|
1 SCC products filename |
|
2 ============================== |
|
3 |
|
4 |
|
5 The filename of all SCC products has the following structure:: |
|
6 |
|
7 |
|
8 <station_code>_<product_type_ID>_<wavelength>_<productID>_<starttime>_<stoptime>_<measurementID>_<SCC_module>_<SCC\_version>.nc |
|
9 |
|
10 where: |
|
11 |
|
12 +-----------------------+------------------------------------------------------------+ |
|
13 | *<station\_code>* | 3 digits code (for example pot) | |
|
14 +-----------------------+------------------------------------------------------------+ |
|
15 | *<product\_type\_ID>* | numeric 3 digits (for example 002) | |
|
16 +-----------------------+------------------------------------------------------------+ |
|
17 | *<wavelength>* | 4 digits reporting the wavelength in nm (for example 0532) | |
|
18 +-----------------------+------------------------------------------------------------+ |
|
19 | *<productID>* | numeric 7 digits (for example 0000213) | |
|
20 +-----------------------+------------------------------------------------------------+ |
|
21 | *<starttime>* | YYYYMMDDHHMM (for example 202102031832) | |
|
22 +-----------------------+------------------------------------------------------------+ |
|
23 | *<stoptime>* | YYYYMMDDHHMM (for example 202102031944) | |
|
24 +-----------------------+------------------------------------------------------------+ |
|
25 | *<measurementID>* | measurementID string (15 characters) | |
|
26 +-----------------------+------------------------------------------------------------+ |
|
27 | *<SCC\_module>* | SCC module (hirelpp,cloudscreen,elpp,eldec,elda,elic) | |
|
28 +-----------------------+------------------------------------------------------------+ |
|
29 | *<SCC\_version>* | SCC version (for example v5.2.0) | |
|
30 +-----------------------+------------------------------------------------------------+ |
|
31 |
|
32 The field *<product\_type\_ID>* is codified as it follows: |
|
33 |
|
34 +------------------+------------------------------------------------------+ |
|
35 |Product\_type\_ID | Description | |
|
36 +==================+======================================================+ |
|
37 | *0* | Raman Bacskcatter | |
|
38 +------------------+------------------------------------------------------+ |
|
39 | *1* | Extinction only | |
|
40 +------------------+------------------------------------------------------+ |
|
41 | *2* | Lidar Ration and Extinction | |
|
42 +------------------+------------------------------------------------------+ |
|
43 | *3* | Elastic Backscatter | |
|
44 +------------------+------------------------------------------------------+ |
|
45 | *6* | Linear Polarization Calibration | |
|
46 +------------------+------------------------------------------------------+ |
|
47 | *7* | Raman Backscatter and Linear Depolarization Ratio | |
|
48 +------------------+------------------------------------------------------+ |
|
49 | *8* | Elastic Backscatter and Linear Depolarization Ratio | |
|
50 +------------------+------------------------------------------------------+ |
|
51 | *9* | High Resolution Pre-Processed data | |
|
52 +------------------+------------------------------------------------------+ |
|
53 |
|
54 |
|
55 The field *<wavelength>* is available only for ELEC and ELDA data products (for all the other SCC data products is missing). |
|
56 For CloudScreen products the fields *<product\_type\_ID>*, *<wavelength>*, *<productID>* are missing. |
|
57 |