docs/data_processing/pre_exit_codes.rst

Tue, 25 Mar 2014 09:36:33 +0200

author
Iannis <ioannis@inoe.ro>
date
Tue, 25 Mar 2014 09:36:33 +0200
changeset 55
d4ed2005724f
parent 53
e1cbe6415709
child 59
3ed8c585de91
permissions
-rw-r--r--

Corrections in FAQ

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

mercurial