-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCPT_SST_AM2.1.cpt
112 lines (92 loc) · 2.46 KB
/
CPT_SST_AM2.1.cpt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#!/bin/bash
../CPT.x <<- END
1 # Opens CCA view
1 # Opens X input file
/home/agm/Documents/Publics/CLLJ/CPT/15.3.7/AM2p1/sstmm.nc.cpt.txt
30 # Nothernmost latitude
-30 # southern most latitude
-180 # Westernmost longitude
-15 # Easternmost longitude
1 # minimum number of modes
8 # maximum number of modes
2 # Opens Y input file
/home/agm/Documents/Publics/CLLJ/CPT/15.3.7/AM2p1/PRECIP_JAS_81-05_CRU3p22.tsv
33 # Nothernmost latitude
4 # Southernmost latitude
-118 # Westernmost longitude
-52 # Easternmost longitude
1 # minimum number of modes
8 # maximum number of modes
1 # Minimum number of modes for CCA
8 # Maximum number of modes for CCA
4 # X training period
1981 # First year of X training period
5 # Y training period
1981 # First year of Y training period
522 # X mode
1
524 # Y mode
1
531 # Goodness index
3 # Kendall's tau
6 # Forecast setting
2000 # First date from which to forecast
7 # Option: Lenght of training period
25 # Lenght of training period
8 # Option: Length of cross-validation window
3 # Enter length
9 # number of forecasts
5 # number
541 # turn on Transform Y data
542 # Turn on zero bound for Y data
543 # Turn on Sorth ensemble members
544 # Missing value options
-9.99e+08 # Missing value X flag:
10 # Maximum % of missing values
10 # Maximum % of missing gridpoints
1 # Number of near-neighbours
4 # Missing value replacement : best-near-neighbours
-9.99e+08 # Y missing value flag
10 # Maximum % of missing values
10 # Maximum % of missing stations
1 # Number of near-neighours
4 # Best near neighbour
545 # Turn OFF synchronous predictors
552 # Forecast Settings
70. # confidence level
1 # Error variance : Corss validated error variance
3 # number of ensemble forecast
y # ODDS - Confidence intervals
1 # Precision: Number of decimal places
1 # forecast probability rounding
# Cross-validation
112 # save goodness index
./SST_GoodnessIndex.txt
#######BUILD MODEL !!!!!
311 # Cross-validation
# Run Prognostics
455 # Forecast probabilites
131 # select output format
3 # GrADS format
# Save forecast results
111 # output results
# save as GrADS
# forecast results
23 # save forecast probabilities
./SST_FcstProb.dat
0 # Stop saving
413 # cross-validated skill maps
2 # save Spearmans Correlation
./SST_Spearman.dat
413 # cross-validated skill maps
3 # save 2AFC score
./SST_2AFC.dat
413 # cross-validated skill maps
10 # save 2AFC score
./SST_RocBelow.dat
413 # cross-validated skill maps
11 # save 2AFC score
./SST_RocAbove.dat
0 # Stop saving
0 # Exit
END