├── CNN ├── README.md ├── csh │ ├── nino34.cmip.csh │ ├── nino34.heatmap.csh │ ├── nino34.transfer.csh │ ├── nino_type.csh │ └── nino_type.heatmap.csh ├── output │ ├── nino34_10month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_10month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_11month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_12month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_13month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_14month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_15month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_16month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_17month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_18month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_19month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_1month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_20month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_21month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_22month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_23month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_2month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_3month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_4month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_5month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_6month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_7month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_8month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_1 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_10 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_11 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_12 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_2 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_3 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_4 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_5 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_6 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_7 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_8 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino34_9month_9 │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino_type_12month │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino_type_15month │ │ ├── combination.ctl │ │ └── combination.gdat │ ├── nino_type_6month │ │ ├── combination.ctl │ │ └── combination.gdat │ └── nino_type_9month │ │ ├── combination.ctl │ │ └── combination.gdat └── sample │ ├── nino34.ensmean.sample │ ├── nino34.heatmap.sample │ ├── nino34.train_cmip.sample │ ├── nino34.train_transfer.sample │ ├── nino34.valid.sample │ ├── nino_type.ensmean.sample │ ├── nino_type.heatmap.sample │ ├── nino_type.train_cmip.sample │ └── nino_type.valid.sample ├── LICENSE ├── README.md └── figure ├── figure2.py ├── figure3.py └── figure4.py /CNN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/README.md -------------------------------------------------------------------------------- /CNN/csh/nino34.cmip.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/csh/nino34.cmip.csh -------------------------------------------------------------------------------- /CNN/csh/nino34.heatmap.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/csh/nino34.heatmap.csh -------------------------------------------------------------------------------- /CNN/csh/nino34.transfer.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/csh/nino34.transfer.csh -------------------------------------------------------------------------------- /CNN/csh/nino_type.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/csh/nino_type.csh -------------------------------------------------------------------------------- /CNN/csh/nino_type.heatmap.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/csh/nino_type.heatmap.csh -------------------------------------------------------------------------------- /CNN/output/nino34_10month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_10month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_10month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_10month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_11month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_11month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_11month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_12month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_12month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_12month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_13month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_13month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_13month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_14month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_14month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_14month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_15month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_15month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_15month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_16month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_16month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_16month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_17month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_17month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_17month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_18month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_18month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_18month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_19month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_19month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_19month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_1month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_1month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_1month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_20month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_20month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_20month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_21month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_21month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_21month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_22month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_22month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_22month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_23month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_23month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_23month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_2month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_2month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_2month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_3month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_3month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_3month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_4month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_4month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_4month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_5month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_5month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_5month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_6month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_6month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_6month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_7month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_7month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_7month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_8month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_8month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_8month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_1/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_1/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_1/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_1/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_10/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_10/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_10/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_10/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_11/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_11/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_11/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_11/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_12/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_12/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_12/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_12/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_2/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_2/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_2/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_2/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_3/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_3/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_3/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_3/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_4/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_4/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_4/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_4/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_5/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_5/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_5/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_5/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_6/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_6/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_6/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_6/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_7/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_7/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_7/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_7/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_8/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_8/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_8/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_8/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino34_9month_9/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_9/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino34_9month_9/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino34_9month_9/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino_type_12month/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_12month/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino_type_12month/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_12month/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino_type_15month/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_15month/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino_type_15month/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_15month/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino_type_6month/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_6month/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino_type_6month/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_6month/combination.gdat -------------------------------------------------------------------------------- /CNN/output/nino_type_9month/combination.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_9month/combination.ctl -------------------------------------------------------------------------------- /CNN/output/nino_type_9month/combination.gdat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/output/nino_type_9month/combination.gdat -------------------------------------------------------------------------------- /CNN/sample/nino34.ensmean.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino34.ensmean.sample -------------------------------------------------------------------------------- /CNN/sample/nino34.heatmap.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino34.heatmap.sample -------------------------------------------------------------------------------- /CNN/sample/nino34.train_cmip.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino34.train_cmip.sample -------------------------------------------------------------------------------- /CNN/sample/nino34.train_transfer.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino34.train_transfer.sample -------------------------------------------------------------------------------- /CNN/sample/nino34.valid.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino34.valid.sample -------------------------------------------------------------------------------- /CNN/sample/nino_type.ensmean.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino_type.ensmean.sample -------------------------------------------------------------------------------- /CNN/sample/nino_type.heatmap.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino_type.heatmap.sample -------------------------------------------------------------------------------- /CNN/sample/nino_type.train_cmip.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino_type.train_cmip.sample -------------------------------------------------------------------------------- /CNN/sample/nino_type.valid.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/CNN/sample/nino_type.valid.sample -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/README.md -------------------------------------------------------------------------------- /figure/figure2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/figure/figure2.py -------------------------------------------------------------------------------- /figure/figure3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/figure/figure3.py -------------------------------------------------------------------------------- /figure/figure4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeonghwan723/DL_ENSO/HEAD/figure/figure4.py --------------------------------------------------------------------------------