docs/data_processing/pre_exit_codes.rst

Thu, 21 Oct 2021 12:19:16 +0200

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Thu, 21 Oct 2021 12:19:16 +0200
changeset 132
d20e02efcd2c
parent 129
a059b0d40a80
permissions
-rw-r--r--

More documentation on product-channel connections

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
giuseppe@129 7
giuseppe@129 8 0
ioannis@51 9 Finished without errors
ioannis@51 10
giuseppe@129 11 1
giuseppe@129 12 Failure in memory allocation
giuseppe@129 13
giuseppe@129 14 2
ioannis@51 15 Configuration file not found
ioannis@51 16
giuseppe@129 17 3
ioannis@51 18 Configuration file error: INPUT_DIR not defined
ioannis@51 19
giuseppe@129 20 4
ioannis@51 21 Configuration file error: OUTPUT_DIR not defined
ioannis@51 22
giuseppe@129 23 5
ioannis@51 24 Configuration file error: Cannot read in INPUT_DIR
ioannis@51 25
giuseppe@129 26 6
ioannis@51 27 Configuration file error: Cannot write on OUTPUT_DIR
ioannis@51 28
giuseppe@129 29 7
ioannis@51 30 Configuration file error: Cannot read in SOUNDINGS_DIR
ioannis@51 31
giuseppe@129 32 8
giuseppe@129 33 Configuration file error: Cannot read in OVERLAP_DIR
giuseppe@129 34
giuseppe@129 35 9
giuseppe@129 36 Configuration file error: Cannot read in LIDARRATIO_DIR
giuseppe@129 37
giuseppe@129 38 10
ioannis@51 39 Configuration file error: Cannot write on LOG_DIR
ioannis@51 40
giuseppe@129 41 12
giuseppe@129 42 Wrong usage in calling the script
giuseppe@129 43
giuseppe@129 44 13
giuseppe@129 45 Cannot create output directory
giuseppe@129 46
giuseppe@129 47 14
giuseppe@129 48 An internal error occurred
giuseppe@129 49
giuseppe@129 50 15
giuseppe@129 51 Configuration file error: Cannot read in CLOUDMASK_DIR
giuseppe@129 52
giuseppe@129 53 16
giuseppe@129 54 Configuration file error: Cannot read in CLOUDNET_DIR
giuseppe@129 55
giuseppe@129 56 17
giuseppe@129 57 Configuration file error: Cannot write on RAW_SKIPPING_DIR
giuseppe@129 58
giuseppe@129 59 18
giuseppe@129 60 Cannot create cloudnet output directory
giuseppe@129 61
giuseppe@129 62 19
giuseppe@129 63 Cannot read CA file
ioannis@51 64
giuseppe@129 65 20
giuseppe@129 66 Found one or more channels defined in the product definition but not linked to the used system configuration. Please check that all the channels in your products are also linked to the used system configuration
giuseppe@129 67
giuseppe@129 68 21
giuseppe@129 69 Cannot connect to SCC_DB
giuseppe@129 70
giuseppe@129 71 22
giuseppe@129 72 Failed in quering SCC_DB
giuseppe@129 73
giuseppe@129 74 23
giuseppe@129 75 Failed in fetching query of SCC_DB
giuseppe@129 76
giuseppe@129 77 24
giuseppe@129 78 Found error(s) in SCC_DB for the submitted Measurement_ID
giuseppe@129 79
giuseppe@129 80 25
giuseppe@129 81 Measurement ID not found in the selected database
giuseppe@129 82
giuseppe@129 83 26
giuseppe@129 84 Measurement_ID not unique in the selected database
giuseppe@129 85
giuseppe@129 86 27
giuseppe@129 87 Unknown usecase in SCC_DB
giuseppe@129 88
giuseppe@129 89 28
giuseppe@129 90 One or more mandatory datetime field(s) are not set into the database
giuseppe@129 91
giuseppe@129 92 29
ioannis@51 93 Found mismatch among usecase, product type and given channels
ioannis@51 94
giuseppe@129 95 30
giuseppe@129 96 All the products associated to a system configuration should be processed with the same processor module.
giuseppe@129 97
giuseppe@129 98 40
giuseppe@129 99 Unknown product type in SCC_DB
giuseppe@129 100
giuseppe@129 101 41
giuseppe@129 102 Cannot open NetCDF input file
giuseppe@129 103
giuseppe@129 104 42
giuseppe@129 105 Dimension "time" not found in NetCDF input file
giuseppe@129 106
giuseppe@129 107 43
giuseppe@129 108 Dimension "channels" or "channel" not found in NetCDF input file
giuseppe@129 109
giuseppe@129 110 44
giuseppe@129 111 Dimension "points" not found in NetCDF input file
ioannis@51 112
giuseppe@129 113 45
giuseppe@129 114 Dimension "scan_angles" not found in NetCDF input file
giuseppe@129 115
giuseppe@129 116 46
giuseppe@129 117 Global attribute "Measurement_ID" not found or not correctly defined in NetCDF input file
giuseppe@129 118
giuseppe@129 119 47
giuseppe@129 120 Incorrect definition of global attribute "Measurement_ID" in NetCDF input file
giuseppe@129 121
giuseppe@129 122 48
giuseppe@129 123 Global attribute "RawData_Start_Date" not found in NetCDF input file
giuseppe@129 124
giuseppe@129 125 49
giuseppe@129 126 Global attribute "RawData_Start_Time_UT" not found in NetCDF input file
giuseppe@129 127
giuseppe@129 128 50
giuseppe@129 129 Global attribute "RawData_Stop_Time_UT" not found in NetCDF input file
ioannis@51 130
giuseppe@129 131 51
giuseppe@129 132 Variable "Laser_Pointing_Anlge" not found and/or not defined correctly in NetCDF input file
giuseppe@129 133
giuseppe@129 134 52
giuseppe@129 135 "Laser_Pointing_Angle" variable cannot be undefined and should be between 0 and 90.
giuseppe@129 136
giuseppe@129 137 53
giuseppe@129 138 Variable "Laser_Pointing_Angle_of_Profiles" not found and/or not defined correctly in NetCDF input file
giuseppe@129 139
giuseppe@129 140 54
giuseppe@129 141 Variable "Laser_Shots" not found and/or not defined correctly in NetCDF input file
giuseppe@129 142
giuseppe@129 143 55
giuseppe@129 144 Found negative or not defined value in "Laser_Shots" array
giuseppe@129 145
giuseppe@129 146 56
giuseppe@129 147 Cannot write intermediate NetCDF file
ioannis@51 148
giuseppe@129 149 57
giuseppe@129 150 Variables "Pol_Calib_Range_Min" and/or "Pol_Calib_Range_Max" not found and/or not defined correctly in NetCDF input file
giuseppe@129 151
giuseppe@129 152 58
giuseppe@129 153 Invalid values for variables "Pol_Calib_Range_Min" and/or "Pol_Calib_Range_Max" in NetCDF input file
giuseppe@129 154
giuseppe@129 155 70
giuseppe@129 156 Generic NetCDF error
ioannis@51 157
giuseppe@129 158 71
giuseppe@129 159 Dimension "time" cannot be zero
ioannis@51 160
giuseppe@129 161 72
giuseppe@129 162 Dimension "channels" cannot be zero
giuseppe@129 163
giuseppe@129 164 73
giuseppe@129 165 Dimension "points" cannot be zero
giuseppe@129 166
giuseppe@129 167 74
ioannis@51 168 Natural cubic spline interpolation not possible
ioannis@51 169
giuseppe@129 170 75
ioannis@51 171 lfit: no parameters to be fitted
ioannis@51 172
giuseppe@129 173 76
ioannis@51 174 gaussj: Singular Matrix
ioannis@51 175
giuseppe@129 176 77
giuseppe@129 177 Not correct type in NetCDF variable definition
ioannis@51 178
giuseppe@129 179 78
giuseppe@129 180 Not correct number of dimensions in NetCDF variable definition
ioannis@51 181
giuseppe@129 182 79
giuseppe@129 183 Not correct type in NetCDF global attribute definition
ioannis@51 184
giuseppe@129 185 80
giuseppe@129 186 Found invalid value of latitude. Check the database value or the value reported in the raw NetCDF input file
ioannis@51 187
giuseppe@129 188 81
giuseppe@129 189 Found invalid value of longitude. Check the database value or the value reported in the raw NetCDF input file
ioannis@51 190
giuseppe@129 191 82
giuseppe@129 192 Found invalid value of altitude. Check the database value or the value reported in the raw NetCDF input file
ioannis@51 193
giuseppe@129 194 83
giuseppe@129 195 Found invalid value of emission wavelength. Check the database value or the value reported in the raw NetCDF input file
ioannis@51 196
giuseppe@129 197 84
giuseppe@129 198 Found invalid value of detection wavelength. Check the database value or the value reported in the raw NetCDF input file
ioannis@51 199
giuseppe@129 200 101
giuseppe@129 201 Found wrong value for integration time in SCC_DB
ioannis@51 202
giuseppe@129 203 102
ioannis@51 204 Overlap file not registered in the database. Please register it and then re-run the SCC
ioannis@51 205
giuseppe@129 206 103
giuseppe@129 207 Lidarratio file not registered in the database. Please register it and then re-run the SCC
ioannis@51 208
giuseppe@129 209 104
ioannis@51 210 Sounding file not registered in the database. Please register it and then re-run the SCC
ioannis@51 211
giuseppe@129 212 105
giuseppe@129 213 Not all required depolarization calibrations is available in SCC_DB. Please submit at least one depolarizatio calibration measurement for each required calibration and link them to the product to be calibrated
giuseppe@129 214
giuseppe@129 215 106
giuseppe@129 216 Found no valid values for depolarization constant in the SCC_DB
ioannis@51 217
giuseppe@129 218 107
giuseppe@129 219 Unkown depolarization calibration calculation method
ioannis@51 220
giuseppe@129 221 108
giuseppe@129 222 No depolarization cross-talk correction factors (G and H) are available in SCC_DB for the depolarization channels. Please submit them
ioannis@51 223
giuseppe@129 224 109
giuseppe@129 225 Found no valid values for depolarization cross-talk correction factors in the SCC_DB
giuseppe@129 226
giuseppe@129 227 110
giuseppe@129 228 No correction factor (K) for depolarization calibration is available in SCC_DB. Please provide at least one value for correction factor and link it to the product to be calibrated
ioannis@51 229
giuseppe@129 230 111
giuseppe@129 231 Found no valid values for depolarization constant correction factor in the SCC_DB
ioannis@51 232
giuseppe@129 233 112
giuseppe@129 234 Unkown depolarization correction factor calculation method
ioannis@51 235
giuseppe@129 236 113
giuseppe@129 237 Found SCC_DB inconsistencies in the definition of transmitted depolarization channels. Please be sure that all the products containing the reflected depolarization channel includes the corresponding transmitted depolarization channel as well. Check also the signal type and the scattering type are set correctly.
giuseppe@129 238
giuseppe@129 239 114
giuseppe@129 240 Found SCC_DB inconsistencies in the definition of reflected depolarization channels. Please be sure that all the products containing the transmitted depolarization channel includes the corresponding reflected depolarization channel as well. Check also the signal type and the scattering type are set correctly.
ioannis@51 241
giuseppe@129 242 115
giuseppe@129 243 For one or more polarization calibration parameters you have selected to use the option "Use the most recent available calibration previous to the measurement date". No calibrations according to this criteria has been found. So please select another calibration options of provide at least one calibration measurements with a date previous to the current measurement date.
ioannis@51 244
giuseppe@129 245 121
giuseppe@129 246 Dimension "nb_of_time_scales" not found in NetCDF input file
ioannis@51 247
giuseppe@129 248 122
giuseppe@129 249 Incorrect definition of global attribute "RawData_Start_Date" in NetCDF input file
ioannis@51 250
giuseppe@129 251 123
giuseppe@129 252 Incorrect definition of global attribute "RawData_Start_Time_UT" in NetCDF input file
ioannis@51 253
giuseppe@129 254 124
giuseppe@129 255 Incorrect definition of global attribute "RawData_Stop_Time_UT" in NetCDF input file
ioannis@51 256
giuseppe@129 257 125
giuseppe@129 258 Variables "channel_string_ID" and/or "channel_ID" not found and/or not defined correctly in the NetCDF input file
ioannis@51 259
giuseppe@129 260 126
ioannis@51 261 Missing one or more channels in NetCDF input file
ioannis@51 262
giuseppe@129 263 127
giuseppe@129 264 Found wrong value(s) in variable "Background_Low" end/or "Background_High"
ioannis@51 265
giuseppe@129 266 128
giuseppe@129 267 Variable "Background_Low" not found and/or not defined correctly in NetCDF input file
ioannis@51 268
giuseppe@129 269 129
giuseppe@129 270 Variable "Background_High" not found and/or not defined correctly in NetCDF input file
ioannis@51 271
giuseppe@129 272 130
giuseppe@129 273 Variable "id_timescale" not found and/or not defined correctly in NetCDF input file
ioannis@51 274
giuseppe@129 275 131
giuseppe@129 276 Variable "Raw_Data_Start_Time" not found and/or not defined correctly in NetCDF input file
ioannis@51 277
giuseppe@129 278 132
giuseppe@129 279 Variable "Raw_Data_Stop_Time" not found and/or not defined correctly in NetCDF input file
ioannis@51 280
giuseppe@129 281 133
giuseppe@129 282 Variable "Raw_Lidar_Data" not found and/or not defined correctly in NetCDF input file
ioannis@51 283
giuseppe@129 284 134
giuseppe@129 285 Found not integer values in photoncounting signal
ioannis@51 286
giuseppe@129 287 135
giuseppe@129 288 Variable "Molecular_Calc" not found and/or not defined correctly in NetCDF input file
ioannis@51 289
giuseppe@129 290 136
giuseppe@129 291 Variable "Molecular_Calc" has not valid value
ioannis@51 292
giuseppe@129 293 137
giuseppe@129 294 Variable "Pressure_at_Lidar_Station" not found and/or not defined correctly in NetCDF input file
ioannis@51 295
giuseppe@129 296 138
giuseppe@129 297 Variable "Temperature_at_Lidar_Station" not found and/or not defined correctly in NetCDF input file
ioannis@51 298
giuseppe@129 299 139
giuseppe@129 300 Found wrong value(s) for channel first signal range bin. Please check your SCC channels configuration of the variable "First_Signal_Rangebin" in NetCDF input file
ioannis@51 301
giuseppe@129 302 140
giuseppe@129 303 Variable "DAQ_Range" not found and/or not defined correctly in NetCDF input file
ioannis@51 304
giuseppe@129 305 143
giuseppe@129 306 Variable "Raw_Bck_Start_Time" not found and/or not defined correctly in NetCDF input file
ioannis@51 307
giuseppe@129 308 144
giuseppe@129 309 Variable "Raw_Bck_Stop_Time" not found and/or not defined correctly in NetCDF input file
ioannis@51 310
giuseppe@129 311 145
giuseppe@129 312 Global attribute "RawBck_Start_Date" not found in NetCDF input file
ioannis@51 313
giuseppe@129 314 146
giuseppe@129 315 Global attribute "RawBck_Start_Time_UT" not found in NetCDF input file
ioannis@51 316
giuseppe@129 317 147
giuseppe@129 318 Global attribute "RawBck_Stop_Time_UT" not found in NetCDF input file
ioannis@51 319
giuseppe@129 320 148
giuseppe@129 321 Found not compatible values of variable "id_timescale". All the values of "id_timescale" should be less then the dimension "nb_of_time_scales"
ioannis@51 322
giuseppe@129 323 150
giuseppe@129 324 Global attribute "Sounding_File_Name" not found in NetCDF input file
ioannis@51 325
giuseppe@129 326 151
ioannis@51 327 Sounding NetCDF input file not found
ioannis@51 328
giuseppe@129 329 152
giuseppe@129 330 Dimension "points" not found in Sounding NetCDF input file
ioannis@51 331
giuseppe@129 332 153
giuseppe@129 333 Global attribute "Sounding_Start_Date" not found in the Sounding NetCDF input file
ioannis@51 334
giuseppe@129 335 154
giuseppe@129 336 Global attribute "Sounding_Start_Time" not found in the Sounding NetCDF input file
ioannis@51 337
giuseppe@129 338 155
giuseppe@129 339 Global attribute "Latitude_degrees_north" not found in the Sounding NetCDF input file
ioannis@51 340
giuseppe@129 341 156
giuseppe@129 342 Global attribute "Longitude_degrees_east" not found in the Sounding NetCDF input file
ioannis@51 343
giuseppe@129 344 157
giuseppe@129 345 Global attribute "Altitude_meter_asl" not found in the Sounding NetCDF input file
ioannis@51 346
giuseppe@129 347 158
giuseppe@129 348 Variable "Altitude" not found and/or not defined correctly in the Souding NetCDF input file
ioannis@51 349
giuseppe@129 350 159
giuseppe@129 351 Variable "Temperature" not found and/or not defined correctly in the Souding NetCDF input file
ioannis@51 352
giuseppe@129 353 160
giuseppe@129 354 Variable "Pressure" not found and/or not defined correctly in the Souding NetCDF input file
ioannis@51 355
giuseppe@129 356 161
giuseppe@129 357 Sounding file error: "Altitude" array should contain altitudes in ascendent order (from the lowest point to the highest one)
ioannis@51 358
giuseppe@129 359 162
giuseppe@129 360 Cannot found variable "LR_Input" within NetCDF input file. This variable is mandatory for elastic backscatter retrievals
ioannis@51 361
giuseppe@129 362 163
giuseppe@129 363 Found invalid value(s) for Variable "LR_Input"
ioannis@51 364
giuseppe@129 365 164
giuseppe@129 366 Global attribute "LR_File_Name" not found in NetCDF input file
ioannis@51 367
giuseppe@129 368 165
ioannis@51 369 Lidar ratio NetCDF input file not found
ioannis@51 370
giuseppe@129 371 166
giuseppe@129 372 Dimension "points" not found in lidar ratio NetCDF input file
giuseppe@129 373
giuseppe@129 374 167
giuseppe@129 375 Dimension "products" not found in lidar ratio NetCDF input file
giuseppe@129 376
giuseppe@129 377 168
giuseppe@129 378 Global attribute "Lidar_Station_Name" not found in the lidar ratio NetCDF input file
ioannis@51 379
giuseppe@129 380 169
giuseppe@129 381 Variable "Altitude" not found and/or not defined correctly in the lidar ratio NetCDF input file
ioannis@51 382
giuseppe@129 383 170
giuseppe@129 384 Variable "product_ID" not found and/or not defined correctly in the lidar ratio NetCDF input file
giuseppe@129 385
giuseppe@129 386 171
giuseppe@129 387 Variable "Lidar_Ratio" not found and/or not defined correctly in the lidar ratio NetCDF input file
ioannis@51 388
giuseppe@129 389 172
giuseppe@129 390 Variable "product_id" in the lidar ratio NetCDF input file contains data that are not consistent with the SCC database values
giuseppe@129 391
giuseppe@129 392 173
giuseppe@129 393 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.
giuseppe@129 394
giuseppe@129 395 174
giuseppe@129 396 Lidarratio file error: "Altitude" array should contain altitudes in ascendent order (from the lowest point to the highest one)
ioannis@51 397
giuseppe@129 398 175
giuseppe@129 399 Overlap NetCDF input file not found
ioannis@51 400
giuseppe@129 401 176
giuseppe@129 402 Dimension "points" not found in Overlap NetCDF input file
giuseppe@129 403
giuseppe@129 404 177
giuseppe@129 405 Dimension "channels" not found in Overlap NetCDF input file
ioannis@51 406
giuseppe@129 407 178
giuseppe@129 408 Global attribute "Lidar_Station_Name" not found in the Overlap NetCDF input file
giuseppe@129 409
giuseppe@129 410 179
giuseppe@129 411 Global attribute "Overlap_Measurement_Date" not found in the Overlap NetCDF input file
giuseppe@129 412
giuseppe@129 413 180
giuseppe@129 414 Variable "Altitude" not found and/or not defined correctly in the Overlap NetCDF input file
ioannis@51 415
giuseppe@129 416 181
giuseppe@129 417 Variable "channel_ID" not found and/or not defined correctly in the Overlap NetCDF input file
ioannis@51 418
giuseppe@129 419 182
giuseppe@129 420 Variable "Overlap_Function" not found and/or not defined correctly in the Overlap NetCDF input file
giuseppe@129 421
giuseppe@129 422 183
giuseppe@129 423 Overlap file error: "Altitude" array should contain altitudes in ascendent order (from the lowest point to the highest one)
ioannis@51 424
giuseppe@129 425 184
giuseppe@129 426 Sounding file error: "Temperature" array should contain atmospheric temperature values in degrees Celsius
giuseppe@129 427
giuseppe@129 428 185
giuseppe@129 429 Sounding file error: "Pressure" array should contain atmospheric pressure values in hPa
giuseppe@129 430
giuseppe@129 431 186
giuseppe@129 432 Lidar ratio file error: "Lidar_Ratio" array should contain valid lidar ratio values in sr
ioannis@51 433
giuseppe@129 434 187
giuseppe@129 435 Overlap file error: "Overlap_Function" array should contain valid overlap correction values
ioannis@51 436
giuseppe@129 437 188
giuseppe@129 438 Variable "Lidar_Ratio_Error" not defined correctly in the lidar ratio NetCDF input file
giuseppe@129 439
giuseppe@129 440 189
giuseppe@129 441 Dimension "time" is zero in the output file. This may be due to few cloud-free profile within integration time or the integration time is too small. Please check that thare are enought (>2) cloud-free profiles within the integration time in the submitted timeseries
ioannis@51 442
ioannis@51 443
giuseppe@129 444 190
giuseppe@129 445 Unable to use Poisson statistic in Montecarlo simulation. Found not integer values
giuseppe@129 446
giuseppe@129 447 191
giuseppe@129 448 Found wrong value(s) for "Background_Mode" in NetCDF file or in SCC_DB
giuseppe@129 449
giuseppe@129 450 192
giuseppe@129 451 Found wrong value(s) for variable "Dead_Time_Corr_Type" in NetCDF file or in SCC_DB
ioannis@51 452
giuseppe@129 453 193
giuseppe@129 454 Cannot apply dead time correction. Please check the dead time value and the your photoncouning raw data
giuseppe@129 455
giuseppe@129 456 194
giuseppe@129 457 Found negative number of counts in lidar data!
giuseppe@129 458
giuseppe@129 459 195
giuseppe@129 460 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 461
giuseppe@129 462 196
giuseppe@129 463 Background profiles don"t contain the same number of valid data point of the corresponding lidar profile
giuseppe@129 464
giuseppe@129 465 197
giuseppe@129 466 Cannot calculate errors using Montecarlo simulation within trigger delay correction
giuseppe@129 467
giuseppe@129 468 198
giuseppe@129 469 Linear interpolation not possible
ioannis@51 470
giuseppe@129 471 199
giuseppe@129 472 Too few cloud-free lidar profiles within the integration time. Please check the integration time is not too small or/and there are enought cloud-free regions in the submitted timeseries
ioannis@51 473
giuseppe@129 474 200
giuseppe@129 475 Cannot calculate the errors after time integration
giuseppe@129 476
giuseppe@129 477 201
giuseppe@129 478 Found timescales not syncronized
ioannis@51 479
giuseppe@129 480 202
giuseppe@129 481 Cannot calculate errors using Montecarlo simulation within interpolation routine
giuseppe@129 482
giuseppe@129 483 203
giuseppe@129 484 Gluing between near range and far range signals not possible. No suitable overlap region can found
giuseppe@129 485
giuseppe@129 486 204
giuseppe@129 487 Gluing between near range and far range signals not possible. Poor linear correlation
giuseppe@129 488
giuseppe@129 489 205
giuseppe@129 490 Gluing between near range and far range signals not possible. Too noisy signal(s)
giuseppe@129 491
giuseppe@129 492 206
giuseppe@129 493 Gluing between near range and far range signals not possible. Slope test not passed
giuseppe@129 494
giuseppe@129 495 207
giuseppe@129 496 All the profiles within the submitted timeseries seem contaminated by low clouds. Cannot calculate aerosol optical properties
giuseppe@129 497
giuseppe@129 498 211
giuseppe@129 499 Found wrong value(s) for scattering type id
giuseppe@129 500
giuseppe@129 501 212
giuseppe@129 502 Found wrong value(s) for detection type id
giuseppe@129 503
giuseppe@129 504 213
giuseppe@129 505 Found wrong value(s) for range type id
giuseppe@129 506
giuseppe@129 507 214
giuseppe@129 508 Too few lidar points to calculate atmospheric background. At least 10 lidar rangebins are required within the background subtraction range.
giuseppe@129 509
giuseppe@129 510 215
giuseppe@129 511 Raw time resolution is greater than the selected integration time
giuseppe@129 512
giuseppe@129 513 216
giuseppe@129 514 Gluing between near range and far range signals not possible. Too large difference between signals in gluing point
giuseppe@129 515
giuseppe@129 516 217
giuseppe@129 517 Unkown interpolation type.
giuseppe@129 518
giuseppe@129 519 218
giuseppe@129 520 Found wrong value(s) for signal type id or product channel(s) missing in system channel connections
giuseppe@129 521
giuseppe@129 522 219
giuseppe@129 523 Found range resolution in raw lidar data greater than the value in SCC_DB
giuseppe@129 524
giuseppe@129 525 220
giuseppe@129 526 Error in calculating molecular depolarization ratio
giuseppe@129 527
giuseppe@129 528 221
giuseppe@129 529 Error in getting interferencial filter information for depolarization channels
giuseppe@129 530
giuseppe@129 531 222
giuseppe@129 532 Found too few valid datapoints. Please check the variable "Raw_Lidar_Data" in the raw input file contains at least 15 valid points for all the channels
giuseppe@129 533
giuseppe@129 534 223
giuseppe@129 535 Found not physical values after the interpolation of the sounding file. Try to change the interpolation type (to linear) to fix the problem.
giuseppe@129 536
giuseppe@129 537 224
giuseppe@129 538 Found not physical values after the interpolation of the lidar ratio file. Try to change the interpolation type (to linear) to fix the problem.
giuseppe@129 539
giuseppe@129 540 225
giuseppe@129 541 Found not physical values after the interpolation of the overlap file. Try to change the interpolation type (to linear) to fix the problem.
giuseppe@129 542
giuseppe@129 543 226
giuseppe@129 544 Found incompatible value for the emission wavelength in one or more lidar channels
giuseppe@129 545
giuseppe@129 546 227
giuseppe@129 547 Found not physical values after the interpolation of the model data. Try to change the interpolation type (to linear) to fix the problem.
giuseppe@129 548
giuseppe@129 549 228
giuseppe@129 550 Polarization calibration product and the corresponding product to calibrate refer to different stations!
giuseppe@129 551
giuseppe@129 552 230
giuseppe@129 553 Found invalid value of laser repetition rate. Check the database value or the value reported in the raw NetCDF input file
giuseppe@129 554
giuseppe@129 555 231
giuseppe@129 556 All negative heights above lidar station in sounding file. Please be sure that the heights above sounding station and the sounding station altitude are reported correctly in the sounding file. Check also that your lidar station altitude is correct.
giuseppe@129 557
giuseppe@129 558 232
giuseppe@129 559 All negative heights above lidar station in GDAS file. This shouldn"t happen! Try to force another model or use standard atmosphere or external sounding.
giuseppe@129 560
giuseppe@129 561 233
giuseppe@129 562 Found invalid value of detection wavelength fwhm. Check the database value or the value reported in the raw NetCDF input file
giuseppe@129 563
giuseppe@129 564 234
giuseppe@129 565 Found invalid value of range resolution. Check the database value or the value reported in the raw NetCDF input file
giuseppe@129 566
giuseppe@129 567 235
giuseppe@129 568 Cannot open cloud mask NetCDF file
giuseppe@129 569
giuseppe@129 570 236
giuseppe@129 571 Dimension "time" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 572
giuseppe@129 573 237
giuseppe@129 574 Dimension "level" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 575
giuseppe@129 576 238
giuseppe@129 577 Variable "time" and/or "time_bounds" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 578
giuseppe@129 579 239
giuseppe@129 580 Variable "altitude" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 581
giuseppe@129 582 240
giuseppe@129 583 Variable "latitude" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 584
giuseppe@129 585 241
giuseppe@129 586 Variable "longitude" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 587
giuseppe@129 588 242
giuseppe@129 589 Variable "station_altitude" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 590
giuseppe@129 591 243
giuseppe@129 592 Variable "automatic_cloud_mask" or "manual_cloud_mask" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 593
giuseppe@129 594 244
giuseppe@129 595 No cloud mask found for this measurement id. Please be sure the cloudmaks module ran succesfully
giuseppe@129 596
giuseppe@129 597 245
giuseppe@129 598 Global attribute "measurement_ID" not found or not defined correctly in the cloudmask NetCDF file
giuseppe@129 599
giuseppe@129 600 246
giuseppe@129 601 Cloud mask data not consistent with raw lidar data!
giuseppe@129 602
giuseppe@129 603 247
giuseppe@129 604 Unknown distribution type for MonteCarlo simulation
giuseppe@129 605
giuseppe@129 606 248
giuseppe@129 607 Polarization calibration: found inconsistency between wavelengths to calibrate and calibration wavelengths
giuseppe@129 608
giuseppe@129 609 249
giuseppe@129 610 Error in getting model data from CloudNet
giuseppe@129 611
giuseppe@129 612 250
giuseppe@129 613 It seems your station is not enabled to get model data from CloudNet. So please set Molecular_Calc=0 or 1 in your raw input file.
giuseppe@129 614
giuseppe@129 615 251
giuseppe@129 616 CloudNet model data have been downloaded succesfully but it seems it contains invalid height value (null or negative values).
giuseppe@129 617
giuseppe@129 618 254
giuseppe@129 619 General error (most probably segmentation fault)
giuseppe@129 620
ioannis@51 621 255
ioannis@51 622 Timeout

mercurial