GMTB Workflow Documentation
PB2NCConfig_GMTB.vx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////////////
2 //
3 // PB2NC configuration file.
4 //
5 // For additional information, see the MET_BASE/data/config/README file.
6 //
7 ////////////////////////////////////////////////////////////////////////////////
8 
9 //
10 // PrepBufr message type
11 //
12 message_type = [ "ADPUPA", "ADPSFC", "SFCSHP", "AIRCAR", "AIRCFT",
13  "MSONET", "PROFLR", "RASSDA", "VADWND" ];
14 
15 //
16 // PrepBufr station ID
17 //
18 station_id = [];
19 
20 ////////////////////////////////////////////////////////////////////////////////
21 
22 //
23 // Observation time window
24 //
25 // For RC processing, set explicitly on command line
26 obs_window = {
27  beg = 0;
28  end = 0;
29 }
30 
31 ////////////////////////////////////////////////////////////////////////////////
32 
33 //
34 // Observation retention regions
35 //
36 mask = {
37  grid = "";
38  poly = "";
39 };
40 
41 ////////////////////////////////////////////////////////////////////////////////
42 
43 //
44 // Observing location elevation
45 //
46 elevation_range = {
47  beg = -1000;
48  end = 100000;
49 }
50 
51 ////////////////////////////////////////////////////////////////////////////////
52 
53 //
54 // Observation types
55 //
56 pb_report_type = [];
57 
58 in_report_type = [];
59 
60 instrument_type = [];
61 
62 ////////////////////////////////////////////////////////////////////////////////
63 
64 //
65 // Vertical levels to retain
66 //
67 level_range = {
68  beg = 1;
69  end = 255;
70 }
71 
72 level_category = [];
73 
74 ////////////////////////////////////////////////////////////////////////////////
75 
76 //
77 // Observation values to retain or derive
78 //
79 obs_grib_code = [ "SPFH", "TMP", "HGT", "UGRD", "VGRD", "WIND", "DPT", "PRMSL", "RH" ];
80 
81 ////////////////////////////////////////////////////////////////////////////////
82 
83 quality_mark_thresh = 3;
84 event_stack_flag = TOP;
85 
86 ////////////////////////////////////////////////////////////////////////////////
87 
88 tmp_dir = "/tmp";
89 version = "V5.2";
90 
91 ////////////////////////////////////////////////////////////////////////////////