-
Notifications
You must be signed in to change notification settings - Fork 2
/
CPT_PRCP_AM2.1_rawmodel.cpt
100 lines (80 loc) · 2.22 KB
/
CPT_PRCP_AM2.1_rawmodel.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
#!/bin/bash
../CPT.x <<- END
4 # Opens GCM validation
1 # Opens X input file
/home/agm/Documents/Publics/CLLJ/CPT/15.3.7/AM2p1/pmm.nc.cpt.txt
35 # Nothernmost latitude
2 # Southernmost latitude
-120 # Westernmost longitude
-50 # Easternmost longitude
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
4 # X training period
1981 # First year of X training period
5 # Y training period
1981 # First year of Y training period
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
542 # Turn off zero bound for Y data
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 : Cross 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
./PRCP_GoodnessIndex_raw.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
./PRCP_FcstProb_raw.dat
0 # Stop saving
413 # cross-validated skill maps
2 # save Spearmans Correlation
./PRCP_Spearman_raw.dat
413 # cross-validated skill maps
3 # save 2AFC score
./PRCP_2AFC_raw.dat
413 # cross-validated skill maps
10 # save 2AFC score
./PRCP_RocBelow_raw.dat
413 # cross-validated skill maps
11 # save 2AFC score
./PRCP_RocAbove_raw.dat
0 # Stop saving
0 # Exit
END