GMTB Workflow Documentation
PointStatConfig_ADPSFC_MPR_NDAS_REGRID
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////////////
2 //
3 // Point-Stat configuration file.
4 //
5 // For additional information, see the MET_BASE/data/config/README file.
6 //
7 ////////////////////////////////////////////////////////////////////////////////
8 
9 //
10 // Output model name to be written
11 //
12 model = "${MODEL}_${RES}_${GRID_VX}";
13 
14 ////////////////////////////////////////////////////////////////////////////////
15 
16 //
17 // Verification grid
18 //
19 regrid = {
20  to_grid = "${GRID_VX}";
21  vld_thresh = 0.5;
22  method = BILIN;
23  width = 2;
24 }
25 
26 ////////////////////////////////////////////////////////////////////////////////
27 
28 cat_thresh = [ NA ];
29 cnt_thresh = [ NA ];
30 cnt_logic = UNION;
31 wind_thresh = [ NA ];
32 wind_logic = UNION;
33 
34 //
35 // Forecast and observation fields to be verified
36 //
37 fcst = {
38  wind_thresh = [ NA ];
39  message_type = [ "ADPSFC" ];
40 
41  field = [
42  {
43  name = "TMP";
44  level = [ "Z2" ];
45  cat_thresh = [ >0.0 ];
46  },
47 
48  {
49  name = "RH";
50  level = [ "Z2" ];
51  cat_thresh = [ >0.0 ];
52  },
53 
54  {
55  name = "HGT";
56  level = [ "Z0" ];
57  cat_thresh = [ >0.0 ];
58  },
59 
60  {
61  name = "UGRD";
62  level = [ "Z10" ];
63  cat_thresh = [ >0.0 ];
64  },
65 
66  {
67  name = "VGRD";
68  level = [ "Z10" ];
69  cat_thresh = [ >0.0 ];
70  },
71 
72  {
73  name = "WIND";
74  level = [ "Z10" ];
75  cat_thresh = [ >0.0 ];
76  },
77 
78  {
79  name = "PRMSL";
80  level = [ "Z0" ];
81  cat_thresh = [ >0.0 ];
82  }
83  ];
84 
85 };
86 obs = fcst;
87 obs = { wind_thresh = >2.572; };
88 
89 ////////////////////////////////////////////////////////////////////////////////
90 
91 //
92 // Climatology mean data
93 //
94 climo_mean = {
95 
96  file_name = [];
97  field = [];
98 
99  regrid = {
100  vld_thresh = 0.5;
101  method = NEAREST;
102  width = 1;
103  }
104 
105  time_interp_method = DW_MEAN;
106  match_day = FALSE;
107  time_step = 21600;
108 }
109 
110 //
111 // Point observation time window
112 //
113 obs_window = {
114  beg = -2700;
115  end = 2700;
116 }
117 
118 ////////////////////////////////////////////////////////////////////////////////
119 
120 //
121 // Verification masking regions
122 //
123 mask = {
124  grid = [ "FULL" ];
125  poly = [ "/scratch4/BMC/dtc/MET/met-5.1/data/poly/CONUS.poly" ];
126  sid = [];
127 };
128 
129 ////////////////////////////////////////////////////////////////////////////////
130 
131 //
132 // Confidence interval settings
133 //
134 ci_alpha = [ 0.01 ];
135 
136 boot = {
137  interval = PCTILE;
138  rep_prop = 1.0;
139  n_rep = 0;
140  rng = "mt19937";
141  seed = "";
142 };
143 
144 ////////////////////////////////////////////////////////////////////////////////
145 
146 //
147 // Interpolation methods
148 //
149 interp = {
150  vld_thresh = 1.0;
151 
152  type = [
153  {
154  method = BILIN;
155  width = 2;
156  }
157  ];
158 };
159 
160 ////////////////////////////////////////////////////////////////////////////////
161 
162 //
163 // Statistical output types
164 //
165 output_flag = {
166  fho = NONE;
167  ctc = NONE;
168  cts = NONE;
169  mctc = NONE;
170  mcts = NONE;
171  cnt = NONE;
172  sl1l2 = NONE;
173  sal1l2 = NONE;
174  vl1l2 = NONE;
175  val1l2 = NONE;
176  pct = NONE;
177  pstd = NONE;
178  pjc = NONE;
179  prc = NONE;
180  mpr = STAT;
181 };
182 
183 ////////////////////////////////////////////////////////////////////////////////
184 
185 obs_quality = [];
186 duplicate_flag = SINGLE;
187 rank_corr_flag = FALSE;
188 tmp_dir = "/tmp";
189 output_prefix = "${MODEL}_${RES}_${GRID_VX}_F${FCST_TIME}_ADPSFC_MPR";
190 version = "V5.2";
191 
192 ////////////////////////////////////////////////////////////////////////////////