docs/file_formats/scc_product_filename.rst

Tue, 26 Oct 2021 14:36:17 +0200

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Tue, 26 Oct 2021 14:36:17 +0200
changeset 135
499236da4845
parent 125
003aa42747f5
permissions
-rw-r--r--

Updated both link to pdf document in netcdf input description page

SCC products filename
==============================


The filename of all SCC products has the following structure::
 

    <station_code>_<product_type_ID>_<wavelength>_<productID>_<starttime>_<stoptime>_<measurementID>_<SCC_module>_<SCC\_version>.nc
 
where:

+-----------------------+------------------------------------------------------------+
| *<station\_code>* 	| 3 digits code (for example pot)                            |
+-----------------------+------------------------------------------------------------+
| *<product\_type\_ID>* | numeric 3 digits (for example 002)                         |
+-----------------------+------------------------------------------------------------+
| *<wavelength>*	| 4 digits reporting the wavelength in nm (for example 0532) | 
+-----------------------+------------------------------------------------------------+
| *<productID>* 	| numeric 7 digits (for example 0000213)                     |
+-----------------------+------------------------------------------------------------+
| *<starttime>* 	| YYYYMMDDHHMM (for example 202102031832)                    |
+-----------------------+------------------------------------------------------------+
| *<stoptime>* 		| YYYYMMDDHHMM (for example 202102031944)                    |
+-----------------------+------------------------------------------------------------+
| *<measurementID>* 	| measurementID string (15 characters)                       |
+-----------------------+------------------------------------------------------------+
| *<SCC\_module>*       | SCC module (hirelpp,cloudscreen,elpp,eldec,elda,elic)      |
+-----------------------+------------------------------------------------------------+
| *<SCC\_version>* 	| SCC version (for example v5.2.0)                           |
+-----------------------+------------------------------------------------------------+

The field *<product\_type\_ID>* is codified as it follows:

+------------------+------------------------------------------------------+
|Product\_type\_ID | Description                                          |
+==================+======================================================+
| *0*              | Raman Bacskcatter                                    |
+------------------+------------------------------------------------------+
| *1*              | Extinction only                                      |
+------------------+------------------------------------------------------+
| *2*              | Lidar Ration and Extinction                          |
+------------------+------------------------------------------------------+
| *3*              | Elastic Backscatter                                  |
+------------------+------------------------------------------------------+
| *6*              | Linear Polarization Calibration                      |
+------------------+------------------------------------------------------+
| *7*              | Raman Backscatter and Linear Depolarization Ratio    |
+------------------+------------------------------------------------------+
| *8*              | Elastic Backscatter and Linear Depolarization Ratio  |
+------------------+------------------------------------------------------+
| *9*              | High Resolution Pre-Processed  data                  |
+------------------+------------------------------------------------------+


The field *<wavelength>* is available only for ELEC and ELDA data products (for all the other SCC data products is missing). 
For CloudScreen products the fields *<product\_type\_ID>*, *<wavelength>*, *<productID>*  are missing.

mercurial