GMTB Workflow Documentation
GridStatConfig_APCP24_REGRID_cmorph
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////////////
2 //
3 // Grid-Stat configuration file.
4 //
5 // For additional information, see the MET_BASE/config/README file.
6 //
7 ////////////////////////////////////////////////////////////////////////////////
8 
9 //
10 // Output model name to be written
11 //
12 model = "${MODEL}_${RES}_${GRID_VX}";
13 
14 //
15 // Output observation type to be written
16 //
17 obtype = "${OBTYPE}";
18 
19 ////////////////////////////////////////////////////////////////////////////////
20 
21 //
22 // Verification grid
23 //
24 regrid = {
25  to_grid = "${GRID_VX_FORMAT}";
26  vld_thresh = 0.5;
27  method = BUDGET;
28  width = 2;
29 }
30 
31 ////////////////////////////////////////////////////////////////////////////////
32 
33 cat_thresh = [ NA ];
34 cnt_thresh = [ NA ];
35 cnt_logic = UNION;
36 wind_thresh = [ NA ];
37 wind_logic = UNION;
38 
39 //
40 // Forecast and observation fields to be verified
41 //
42 fcst = {
43 
44  wind_thresh = [ NA ];
45 
46  field = [
47  {
48  name = "APCP_24";
49  level = [ "(*,*)" ];
50  cat_thresh = [ >6.350, >8.890, >12.700, >25.400, >31.750, >38.100, >44.450, >50.800 ];
51  }
52  ];
53 
54 }
55 obs = fcst;
56 
57 ////////////////////////////////////////////////////////////////////////////////
58 
59 //
60 // Climatology mean data
61 //
62 climo_mean = {
63 
64  file_name = [];
65  field = [];
66 
67  regrid = {
68  vld_thresh = 0.5;
69  method = NEAREST;
70  width = 1;
71  }
72 
73  time_interp_method = DW_MEAN;
74  match_day = FALSE;
75  time_step = 21600;
76 }
77 
78 ////////////////////////////////////////////////////////////////////////////////
79 
80 //
81 // Verification masking regions
82 //
83 mask = {
84  grid = [ "FULL" ];
85  poly = [ "${MASKS}/gfs_cmorph_NH_G3.nc",
86  "${MASKS}/gfs_cmorph_SH_G3.nc",
87  "${MASKS}/gfs_TROP_G3.nc",
88  "${MASKS}/gfs_cmorph_landsea_NH_G3.nc",
89  "${MASKS}/gfs_cmorph_landsea_SH_G3.nc",
90  "${MASKS}/gfs_cmorph_landsea_TROP_G3.nc" ];
91  sid = [];
92 }
93 
94 ////////////////////////////////////////////////////////////////////////////////
95 
96 //
97 // Confidence interval settings
98 //
99 ci_alpha = [ 0.05 ];
100 
101 boot = {
102  interval = PCTILE;
103  rep_prop = 1.0;
104  n_rep = 0;
105  rng = "mt19937";
106  seed = "";
107 }
108 
109 ////////////////////////////////////////////////////////////////////////////////
110 
111 //
112 // Data smoothing methods
113 //
114 interp = {
115  field = BOTH;
116  vld_thresh = 1.0;
117 
118  type = [
119  {
120  method = NEAREST;
121  width = 1;
122  }
123  ];
124 }
125 
126 ////////////////////////////////////////////////////////////////////////////////
127 
128 //
129 // Neighborhood methods
130 //
131 nbrhd = {
132  vld_thresh = 1.0;
133  width = [ 1 ];
134  cov_thresh = [ >=0.5 ];
135 }
136 
137 ////////////////////////////////////////////////////////////////////////////////
138 
139 //
140 // Statistical output types
141 //
142 output_flag = {
143  fho = STAT;
144  ctc = STAT;
145  cts = STAT;
146  mctc = NONE;
147  mcts = NONE;
148  cnt = NONE;
149  sl1l2 = NONE;
150  sal1l2 = NONE;
151  vl1l2 = NONE;
152  val1l2 = NONE;
153  pct = NONE;
154  pstd = NONE;
155  pjc = NONE;
156  prc = NONE;
157  nbrctc = NONE;
158  nbrcts = NONE;
159  nbrcnt = NONE;
160 }
161 
162 //
163 // NetCDF matched pairs output file
164 //
165 nc_pairs_flag = {
166  latlon = TRUE;
167  raw = TRUE;
168  diff = TRUE;
169  climo = FALSE;
170 }
171 
172 ////////////////////////////////////////////////////////////////////////////////
173 
174 rank_corr_flag = FALSE;
175 tmp_dir = "/tmp";
176 output_prefix = "${MODEL}_${RES}_${GRID_VX}_F${FCST_TIME}_24h";
177 version = "V5.2";
178 
179 ////////////////////////////////////////////////////////////////////////////////