docs/file_formats/scc_product_filename.rst

Wed, 30 Mar 2022 21:15:15 +0200

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Wed, 30 Mar 2022 21:15:15 +0200
changeset 139
ce4d79b418dd
parent 125
003aa42747f5
permissions
-rw-r--r--

Minor changes

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

mercurial