|
1 Preprocessor exit codes |
|
2 ======================= |
|
3 After a measurement is processed by the preprocessor, an exit code is provided |
|
4 that can help you understand if everything went OK, and if not, what was the problem. |
|
5 The implemented exit codes are the following. |
|
6 |
|
7 0 |
|
8 Finished without errors |
|
9 |
|
10 2 |
|
11 Configuration file not found |
|
12 |
|
13 3 |
|
14 Configuration file error: INPUT_DIR not defined |
|
15 |
|
16 4 |
|
17 Configuration file error: OUTPUT_DIR not defined |
|
18 |
|
19 5 |
|
20 Configuration file error: Cannot read in INPUT_DIR |
|
21 |
|
22 6 |
|
23 Configuration file error: Cannot write on OUTPUT_DIR |
|
24 |
|
25 7 |
|
26 Configuration file error: Cannot read in SOUNDINGS_DIR |
|
27 |
|
28 8 |
|
29 Configuration file error: Cannot write on LOG_DIR |
|
30 |
|
31 9 |
|
32 Unable to use Poisson statistic in Montecarlo simulation. Found not integer values |
|
33 |
|
34 20 |
|
35 Found mismatch among usecase, product type and given channels |
|
36 |
|
37 21 |
|
38 Found range resolution in raw lidar data greater than the value in database |
|
39 |
|
40 22 |
|
41 Found wrong value(s) for variable 'Dead_Time_Corr_Type' in NetCDF file or in SCC_DB |
|
42 |
|
43 23 |
|
44 Found negative number of counts in lidar data! |
|
45 |
|
46 24 |
|
47 Found wrong value(s) in variable 'Raw_Bck_Start_Time' end/or 'Raw_Bck_Stop_Time' and/or in laser repetition rate value |
|
48 |
|
49 25 |
|
50 Background profiles don't contain the same number of valid data point of the lidar data |
|
51 |
|
52 26 |
|
53 Natural cubic spline interpolation not possible |
|
54 |
|
55 27 |
|
56 Cannot calculate errors using Montecarlo simulation within trigger delay correction |
|
57 |
|
58 28 |
|
59 Linear interpolation not possible |
|
60 |
|
61 29 |
|
62 lfit: no parameters to be fitted |
|
63 |
|
64 30 |
|
65 gaussj: Singular Matrix |
|
66 |
|
67 31 |
|
68 Found wrong value(s) for variable 'Background_Mode' in NetCDF file of in SCC_DB |
|
69 |
|
70 32 |
|
71 Too few lidar profiles or integration time too mutch small |
|
72 |
|
73 33 |
|
74 Cannot calculate the errors after time integration |
|
75 |
|
76 34 |
|
77 Found timescales not synchronized |
|
78 |
|
79 35 |
|
80 Cannot calculate errors using Montecarlo simulation within interpolation routine |
|
81 |
|
82 36 |
|
83 Error: Gluing between analog and pc signal not possible. No suitable overlap region can found |
|
84 |
|
85 37 |
|
86 Error: Gluing between analog and pc signal not possible. Poor linear correlation |
|
87 |
|
88 38 |
|
89 Error: Gluing between analog and pc signal not possible. Too noisy signal(s) |
|
90 |
|
91 39 |
|
92 Error: Gluing between analog and pc signal not possible. Slope test not passed |
|
93 |
|
94 40 |
|
95 Error: Gluing between pc signals not possible. No suitable overlap region can found |
|
96 |
|
97 41 |
|
98 Error: Gluing between pc signals not possible. Poor linear correlation |
|
99 |
|
100 42 |
|
101 Error: Gluing between pc signals not possible. Too noisy signal(s) |
|
102 |
|
103 43 |
|
104 Error: Gluing between pc signals not possible. Slope test not passed |
|
105 |
|
106 44 |
|
107 Found wrong value(s) for scattering type id |
|
108 |
|
109 45 |
|
110 Found wrong value(s) for detection type id |
|
111 |
|
112 46 |
|
113 Found wrong value(s) for range type id |
|
114 |
|
115 47 |
|
116 Too few lidar points to calculate atmospheric background. At least 10 lidar rangebins are required within the background subtraction range |
|
117 |
|
118 48 |
|
119 Raw time resolution is greater than the selected integration time |
|
120 |
|
121 49 |
|
122 Gluing between analog and pc signal not possible. Too large difference between signals in gluing point. |
|
123 |
|
124 50 |
|
125 Gluing between pc signals not possible. Too large difference between signals in gluing point. |
|
126 |
|
127 70 |
|
128 One or more mandatory datetime field(s) are not set into the database |
|
129 |
|
130 71 |
|
131 Measurement_ID not unique in the selected database |
|
132 |
|
133 72 |
|
134 Measurement ID not found in the selected database |
|
135 |
|
136 73 |
|
137 Failed in fetching query of SCC_DB |
|
138 |
|
139 74 |
|
140 Integration time must be a positive integer |
|
141 |
|
142 75 |
|
143 Unknown usecase |
|
144 |
|
145 76 |
|
146 Unknown product type |
|
147 |
|
148 77 |
|
149 Found error(s) in SCC_DB for the submitted Measurement_ID |
|
150 |
|
151 78 |
|
152 Failed in quering SCC_DB |
|
153 |
|
154 79 |
|
155 Cannot connect to SCC_DB |
|
156 |
|
157 80 |
|
158 Overlap file not registered in the database. Please register it and then re-run the SCC |
|
159 |
|
160 81 |
|
161 Overlap file not registered in the database. Please register it and then re-run the SCC |
|
162 |
|
163 82 |
|
164 Sounding file not registered in the database. Please register it and then re-run the SCC |
|
165 |
|
166 100 |
|
167 Raw Data NetCDF input file not found |
|
168 |
|
169 101 |
|
170 Dimension 'time' not found in Raw Data NetCDF input file |
|
171 |
|
172 102 |
|
173 Dimension 'channels' not found in Raw Data NetCDF input file |
|
174 |
|
175 103 |
|
176 Dimension 'points' not found in Raw Data NetCDF input file |
|
177 |
|
178 104 |
|
179 Dimension 'nb_of_time_scales' not found in Raw Data NetCDF input file |
|
180 |
|
181 105 |
|
182 Dimension 'scan_angles' not found in Raw Data NetCDF input file |
|
183 |
|
184 106 |
|
185 Global attribute 'Measurement_ID' not found in Raw Data NetCDF input file |
|
186 |
|
187 107 |
|
188 Incorrect definition of global attribute 'Measurement_ID' in Raw Data NetCDF input file |
|
189 |
|
190 108 |
|
191 Global attribute 'RawData_Start_Date' not found in Raw Data NetCDF input file |
|
192 |
|
193 109 |
|
194 Incorrect definition of global attribute 'RawData_Start_Date' in Raw Data NetCDF input file |
|
195 |
|
196 110 |
|
197 Global attribute 'RawData_Start_Time_UT' not found in Raw Data NetCDF input file |
|
198 |
|
199 111 |
|
200 Incorrect definition of global attribute 'RawData_Start_Time_UT' in Raw Data NetCDF input file |
|
201 |
|
202 112 |
|
203 Variable 'channel_ID' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
204 |
|
205 113 |
|
206 Missing one or more channels in NetCDF input file |
|
207 |
|
208 114 |
|
209 Variable 'Background_Low' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
210 |
|
211 115 |
|
212 Variable 'Background_High' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
213 |
|
214 116 |
|
215 Variable 'id_timescale' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
216 |
|
217 117 |
|
218 Variable 'Raw_Data_Start_Time' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
219 |
|
220 118 |
|
221 Variable 'Raw_Data_Stop_Time' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
222 |
|
223 119 |
|
224 Variable 'Raw_Lidar_Data' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
225 |
|
226 120 |
|
227 Variable 'Laser_Pointing_Anlge' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
228 |
|
229 121 |
|
230 Variable 'Laser_Pointing_Angle_of_Profiles' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
231 |
|
232 122 |
|
233 Variable 'Laser_Shots' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
234 |
|
235 123 |
|
236 Variable 'Molecular_Calc' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
237 |
|
238 124 |
|
239 Global attribute 'Sounding_File_Name' not found in the Raw Data NetCDF input file |
|
240 |
|
241 125 |
|
242 Variable 'Molecular_Calc' has not valid value |
|
243 |
|
244 126 |
|
245 Variable 'Pressure_at_Lidar_Station' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
246 |
|
247 127 |
|
248 Variable 'Temperature_at_Lidar_Station' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
249 |
|
250 128 |
|
251 Laser pointing angle cannot be undefined |
|
252 |
|
253 129 |
|
254 Cannot found variable 'LR_Input' within NetCDF input file. This variable is mandatory for elastic backscatter retrievals |
|
255 |
|
256 130 |
|
257 Found invalid value(s) for Variable 'LR_Input' |
|
258 |
|
259 131 |
|
260 Global attribute 'LR_File_Name' not found in the Raw Data NetCDF input file |
|
261 |
|
262 132 |
|
263 Variable 'Raw_Bck_Start_Time' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
264 |
|
265 133 |
|
266 Variable 'Raw_Bck_Stop_Time' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
267 |
|
268 134 |
|
269 Global attribute 'RawBck_Start_Date' not found in the Raw Data NetCDF input file |
|
270 |
|
271 135 |
|
272 Global attribute 'RawBck_Start_Time_UT' not found in the Raw Data NetCDF input file |
|
273 |
|
274 136 |
|
275 Global attribute 'RawBck_Stop_Time_UT' not found in the Raw Data NetCDF input file |
|
276 |
|
277 137 |
|
278 Global attribute 'RawData_Stop_Time_UT' not found in Raw Data NetCDF input file |
|
279 |
|
280 138 |
|
281 Incorrect definition of global attribute 'RawData_Stop_Time_UT' in Raw Data NetCDF input file |
|
282 |
|
283 139 |
|
284 Sounding NetCDF input file not found |
|
285 |
|
286 140 |
|
287 Dimension 'points' not found in Sounding NetCDF input file |
|
288 |
|
289 141 |
|
290 Global attribute 'Sounding_Start_Date' not found in the Sounding NetCDF input file |
|
291 |
|
292 142 |
|
293 Global attribute 'Sounding_Start_Time' not found in the Sounding NetCDF input file |
|
294 |
|
295 143 |
|
296 Global attribute 'Latitude_degrees_north' not found in the Sounding NetCDF input file |
|
297 |
|
298 144 |
|
299 Global attribute 'Longitude_degrees_east' not found in the Sounding NetCDF input file |
|
300 |
|
301 145 |
|
302 Global attribute 'Altitude_meter_asl' not found in the Sounding NetCDF input file |
|
303 |
|
304 146 |
|
305 Variable 'Altitude' not found and/or not defined correctly in the Souding NetCDF input file |
|
306 |
|
307 147 |
|
308 Variable 'Temperature' not found and/or not defined correctly in the Souding NetCDF input file |
|
309 |
|
310 148 |
|
311 Variable 'Pressure' not found and/or not defined correctly in the Souding NetCDF input file |
|
312 |
|
313 149 |
|
314 Overlap NetCDF input file not found |
|
315 |
|
316 150 |
|
317 Dimension 'points' not found in Overlap NetCDF input file |
|
318 |
|
319 151 |
|
320 Dimension 'channels' not found in Overlap NetCDF input file |
|
321 |
|
322 152 |
|
323 Global attribute 'Lidar_Station_Name' not found in the Overlap NetCDF input file |
|
324 |
|
325 153 |
|
326 Global attribute 'Overlap_Measurement_Date' not found in the Overlap NetCDF input file |
|
327 |
|
328 154 |
|
329 Variable 'Altitude' not found and/or not defined correctly in the Overlap NetCDF input file |
|
330 |
|
331 155 |
|
332 Variable 'channel_ID' not found and/or not defined correctly in the Overlap NetCDF input file |
|
333 |
|
334 156 |
|
335 Variable 'Overlap_Function' not found and/or not defined correctly in the Overlap NetCDF input file |
|
336 |
|
337 157 |
|
338 Lidar ratio NetCDF input file not found |
|
339 |
|
340 158 |
|
341 Dimension 'points' not found in lidar ratio NetCDF input file |
|
342 |
|
343 159 |
|
344 Dimension 'products' not found in lidar ratio NetCDF input file |
|
345 |
|
346 160 |
|
347 Global attribute 'Lidar_Station_Name' not found in the lidar ratio NetCDF input file |
|
348 |
|
349 161 |
|
350 Variable 'Altitude' not found and/or not defined correctly in the lidar ratio NetCDF input file |
|
351 |
|
352 162 |
|
353 Variable 'product_ID' not found and/or not defined correctly in the lidar ratio NetCDF input file |
|
354 |
|
355 163 |
|
356 Variable 'Lidar_Ratio' not found and/or not defined correctly in the lidar ratio NetCDF input file |
|
357 |
|
358 164 |
|
359 Variable 'product_id' in the lidar ratio NetCDF input file contains data that are not consistent with the SCC database values |
|
360 |
|
361 165 |
|
362 Variable 'Lidar_Ratio' in the lidar ratio NetCDF input file contains undefined values within the valid altitude range defined by the corresponding product. Please remove them. |
|
363 |
|
364 166 |
|
365 Found negative or not defined value in 'Laser_Shots' array |
|
366 |
|
367 167 |
|
368 Variable 'DAQ_Range' not found and/or not defined correctly in the Raw Data NetCDF input file |
|
369 |
|
370 169 |
|
371 Cannot find variable 'Depolarization_Factor' within NetCDF input file. This variable is mandatory for Raman and elastic backscatter retrievals if only cross and parallel elastic components are given |
|
372 |
|
373 170 |
|
374 Wrong or undefined value for variable 'Depolarization_Factor' within NetCDF input file. This variable is mandatory for Raman and elastic backscatter retrievals if only cross and parallel elastic components are given |
|
375 |
|
376 |
|
377 171 |
|
378 Found wrong value(s) for variable 'First_Signal_Rangebin' |
|
379 |
|
380 172 |
|
381 Found wrong value(s) in variable 'Background_Low' end/or 'Background_High' |
|
382 |
|
383 173 |
|
384 Cannot write intermediate NetCDF file |
|
385 |
|
386 174 |
|
387 Sounding file error: 'Altitude' array should contain altitudes in ascending order (from the lowest point to the highest one) |
|
388 |
|
389 175 |
|
390 Overlap file error: 'Altitude' array should contain altitudes in ascending order (from the lowest point to the highest one) |
|
391 |
|
392 176 |
|
393 Lidarratio file error: 'Altitude' array should contain altitudes in ascending order (from the lowest point to the highest one) |
|
394 |
|
395 177 |
|
396 Found not integer values in photoncounting signal |
|
397 |
|
398 178 |
|
399 Dimension 'time' cannot be zero |
|
400 |
|
401 179 |
|
402 Dimension 'channel' cannot be zero |
|
403 |
|
404 180 |
|
405 Dimension 'points' cannot be zero |
|
406 |
|
407 255 |
|
408 Timeout |
|
409 |