ulalume3@99: Low Resolution SCC L1 Products ulalume3@99: ============================== ulalume3@99: ulalume3@99: .. warning:: ulalume3@99: This section is still under development. ulalume3@99: ulalume3@99: ulalume3@99: Introduction ulalume3@99: ------------ ulalume3@99: ulalume3@99: The Single Calculus Chain (SCC) is the standard EARLINET tool to perform ulalume3@99: automatic and quality nchecked analysis of raw lidar data. It is ulalume3@99: composed by three different modules: ulalume3@99: ulalume3@99: - ELPP (EARLINET Lidar Pre-Processor) ulalume3@99: - ELDA (EARLINET Lidar Data Analizer) ulalume3@99: - ELDEC (EARLINET Lidar DEpolarization Calibrator) ulalume3@99: ulalume3@99: Whenever an input file containing raw lidar data has been submitted to ulalume3@99: the SCC ELPP is automatically ran on it. The ELPP module pre-processes ulalume3@99: the raw data performing all the corrections and data handling needed ulalume3@99: before the optical retrieval algorithms can be applied by ELDA module. ulalume3@99: The ELPP output files contain pre-processed range corrected signals ulalume3@99: corrected for instrumental effects as well as atmospheric molecular ulalume3@99: parameters calculated from standard model or radiosounding. Typically, ulalume3@99: the vertical and temporal resolutions of the pre-processed signals ulalume3@99: included in these files is lower than the raw vertical and temporal ulalume3@99: resolution as in general time/vertical integration is performed by ELPP ulalume3@99: to increase the SNR and allow the calculation of optical products with a ulalume3@99: reduced uncertainties. As a consequence the ELPP output files are called ulalume3@99: Low Resolution SCC L1 Products. Another SCC module (HiRELPP – High ulalume3@99: Resolution EARLINET Lidar Pre-Processor) currently under development ulalume3@99: will produce High Resolution SCC L1 Products in which both time and ulalume3@99: vertical resolution are kept as higher as possible. ulalume3@99: ulalume3@99: This document provides a detailed description about the structure and ulalume3@99: the format of Low Resolution SCC L1 Product as produced by the SCC v4.0. ulalume3@99: ulalume3@99: Low Resolution SCC L1 Product: File format ulalume3@99: ------------------------------------------ ulalume3@99: ulalume3@99: The Low Resolution SCC L1 Products are files in Network Common Data Form ulalume3@99: (NetCDF) which is a well known self-describing, machine-independent data ulalume3@99: format that support the creation, access, and sharing of array-oriented ulalume3@99: scientific data. For more information about NetCDF format: ulalume3@99: http://www.unidata.ucar.edu/software/netcdf/. ulalume3@99: ulalume3@99: The NetCDF is a binary format that allows the definition of ulalume3@99: multi-dimensional variables of several types (integers, double, ulalume3@99: character, etc). For each variable it is possible to define one or more ulalume3@99: attributes where to specify variable properties like units, long name, ulalume3@99: description, etc. ulalume3@99: ulalume3@99: It is possible to define global attributes which are not related to a ulalume3@99: specific variable but to the whole file. ulalume3@99: ulalume3@99: A NetCDF file is composed by four different section: ulalume3@99: ulalume3@101: dimensions ulalume3@99: this section contains all the dimensions used in the definition of ulalume3@99: all the variables included in the NetCDF file ulalume3@99: ulalume3@101: variables ulalume3@99: this section contains all the variables stored in the NetCDF file. ulalume3@99: Each variable is defined as a multi-dimensional array of a specific ulalume3@99: type and with all the dimensions defined in the dimensions section ulalume3@99: ulalume3@101: global attributes ulalume3@99: this section lists all the attributes referring to the whole file. As ulalume3@99: the variable the attributes (global or the one attached to a specific ulalume3@99: variable) can be of different type ulalume3@99: ulalume3@101: data ulalume3@99: in this section the data contained in each variable defined in ulalume3@99: variable section is stored. Attribute values (both global or related ulalume3@99: to a specific variable) are not reported in data section but directly ulalume3@99: in variable or global attribute sections. ulalume3@99: ulalume3@99: Each Low Resolution SCC L1 Product correspond to a single emission ulalume3@99: wavelength. For example it is possible to find in the same file the ulalume3@99: elastic and the Raman channel pre-processed time-series corresponding to ulalume3@99: the same emission wavelength (but to a different detection wavelengths) ulalume3@99: but not two elastic time-series referring to different emission ulalume3@99: wavelengths. ulalume3@99: ulalume3@99: Low Resolution SCC L1 Product Format: dimensions ulalume3@99: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ulalume3@99: ulalume3@99: The following dimensions are defined in the Low Resolution SCC L1 ulalume3@99: Product: ulalume3@99: ulalume3@99: - time ulalume3@99: - points ulalume3@99: - channels ulalume3@99: - scan\_angles ulalume3@99: ulalume3@99: The dimension *time* specifies the number of RCS (for each channel) ulalume3@99: composing all the pre-processed time-series reported in the file. ulalume3@99: ulalume3@99: The dimension *points* represents the number of rangebins characterizing ulalume3@99: the pre-processed RCS. In case RCSs corresponding to different channels ulalume3@99: are characterized by different rangebins the dimension time is to the ulalume3@99: the maximum value of rangebins. ulalume3@99: ulalume3@99: The dimension *channels* indicates the number channels at which the RCS ulalume3@99: time-series included in the file refer to. ulalume3@99: ulalume3@99: The dimension *scan\_angles* takes into account how many zenith scan ulalume3@99: angles have been used to measure the RCS time-series reported into the ulalume3@99: file ulalume3@99: ulalume3@99: ulalume3@99: Low Resolution SCC L1 Product Format: variables ulalume3@99: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ulalume3@99: ulalume3@99: In this section all the possible Low Resolution SCC L1 Product variables ulalume3@99: are reported. There are some variables that are mandatory and have to be ulalume3@99: present in all the Low Resolution SCC L1 Product files while there are ulalume3@99: others that have to be present only in specific cases. ulalume3@99: ulalume3@99: Technical Variables ulalume3@99: ################### ulalume3@99: ulalume3@99: altitude\_resolution ulalume3@99: :Type: *double* ulalume3@99: :Dimensions: *scan\_angles* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@101: :Definition: ``double altitude_resolution(scan_angles)`` ulalume3@101: This variable describes the altitude resolution ulalume3@101: corresponding to the RCS time-series reported in the file. It is needed ulalume3@101: to compute the vertical scale of the RCS corresponding to each scan ulalume3@101: angle which should be calculated as it follow: ulalume3@101: ulalume3@101: .. math:: ulalume3@101: ulalume3@101: H(\alpha, z)= \Delta h(\alpha)\left(z + \frac{1}{2}\right) ulalume3@101: ulalume3@101: where *z* is the altitude, :math:`\alpha` is the scan angle value and :math:`\Delta h` is the ulalume3@101: value reported by *altitude\_resolution* variable. ulalume3@99: ulalume3@101: range\_resolution ulalume3@101: :Type: *double* ulalume3@101: :Dimensions: *scan\_angles* ulalume3@101: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@101: :Definition: ``double range_resolution(scan_angles)`` ulalume3@101: This variable describes the range resolution corresponding ulalume3@101: to the RCS time-series reported in the file. It is needed to compute the ulalume3@101: range scale of the RCS corresponding to each scan angle which should be ulalume3@101: calculated as it follow: ulalume3@99: ulalume3@101: .. math:: ulalume3@101: ulalume3@101: R(\alpha, z)= \Delta r(\alpha)\left(r + \frac{1}{2}\right) ulalume3@101: ulalume3@101: where *r* is the range, :math:`\alpha` is the scan angle value and :math:`\Delta r` is the ulalume3@101: value reported by *range\_resolution* variable. Altitude and range ulalume3@101: resolution are the same if the scan angle is zero (zenith acquisition). ulalume3@99: ulalume3@99: - Variable name: *laser\_pointing\_angle* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *scan\_angles* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double laser\_pointing\_angle(scan\_angles)* ulalume3@99: :Description: this variable provides the value of the zenith scan angles ulalume3@99: used during the measurement. The value of angle are in degrees with ulalume3@99: respect to the zenith direction. ulalume3@99: ulalume3@99: - Variable name: *emission\_wavelength* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *channels* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double emission\_wavelength(channels)* ulalume3@99: :Description: this variable provides the value of the emission wavelength ulalume3@99: (in nm) corresponding to each RCS time-series. ulalume3@99: ulalume3@99: - Variable name: *detection\_wavelength* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *channels* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double detection\_wavelength(channels)* ulalume3@99: :Description: this variable provides the value of the detection ulalume3@99: wavelength (in nm) corresponding to each RCS time-series. For elastic ulalume3@99: channels the detection and emission wavelength are the same or slightly ulalume3@99: different. ulalume3@99: ulalume3@99: - Variable name: *laser\_pointing\_angle\_of\_profiles* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *time* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *int laser\_pointing\_angle\_of\_profiles(time)* ulalume3@99: :Description: this variable allows to identify the zenith angle at which ulalume3@99: each single RCS contained in the time-series refer to. In particular, ulalume3@99: for a given time the variable ulalume3@99: *laser\_pointing\_angle\_of\_profiles(time)* provides the scan angle ulalume3@99: index at which all the RCS included in the file refer to at the same ulalume3@99: time. To get the value of the scan angle the variable ulalume3@99: *laser\_pointing\_angle* should be evaluated in correspondence of the ulalume3@99: index returned by the variable ulalume3@99: *laser\_pointing\_angle\_of\_profiles(time)*. ulalume3@99: ulalume3@99: - Variable name: *shots* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *time* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *int shots(time)* ulalume3@99: :Description: this variable report the number of laser shots that have ulalume3@99: been integrated the all the RCS time-series at a given time. ulalume3@99: ulalume3@99: - Variable name: *start\_time* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *time* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *int start\_time(time)* ulalume3@99: :Description: Variable reporting the value of the start time of each RCS ulalume3@99: within all the time-series in seconds since the start of measurement. ulalume3@99: ulalume3@99: - Variable name: *stop\_time* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 1 ulalume3@99: :Dimensions: *time* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *int stop\_time(time)* ulalume3@99: :Description:Variables reporting the value of the stop time of each RCS ulalume3@99: within all the time-series in seconds since the start of the ulalume3@99: measurement. ulalume3@99: ulalume3@99: - Variable name: *LR\_Input* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present only if the Low Resolution SCC L1 Product corresponds ulalume3@99: to an elastic only product ulalume3@99: :NetCDF definition: *int LR\_Input* ulalume3@99: :Description: this variable is only used by ELDA module in the elastic ulalume3@99: only retrieval to know which value of particle lidar ratio assume in the ulalume3@99: retrieval. A value of 1 means to use a fixed value stored in the SCC ulalume3@99: database for each product. A value of 0 means to use a profile of lidar ulalume3@99: ratio provided by the user as external file. ulalume3@99: ulalume3@99: - Variable name: *overlap\_correction* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *int overlap\_correction* ulalume3@99: :Description: this variable provides information on the overlap ulalume3@99: correction of all the RCS time-series included in the file. If it is set ulalume3@99: to 1 the overlap correction has been applied if it is set to null value ulalume3@99: the overlap correction has not been applied. ulalume3@99: ulalume3@99: - Variable name: *cloud\_flag* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *int cloud\_flag(time, points)* ulalume3@99: :Description: variable reporting the cloud mask on the RCS time-series ulalume3@99: included in the file. A value of 1 means no cloud any other values ulalume3@99: different from 1 correspond to the presence of cloud. ulalume3@99: ulalume3@99: Atmospheric Molecular Variables ulalume3@99: ############################### ulalume3@99: ulalume3@99: - Variable name: *Elastic\_Mol\_Extinction* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *scan\_angles, points* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double Elastic\_Mol\_Extinction(scan\_angles, ulalume3@99: points)* ulalume3@99: :Description: this variable provides the value of molecular extinction ulalume3@99: coefficient at elastic wavelength in m\ :sup:`-1` at a given scan angle ulalume3@99: and altitude (points). The values are calculated from standard models or ulalume3@99: from radiosounding (submitted to the SCC as external input files) ulalume3@99: ulalume3@99: - Variable name: *LR\_Mol* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double LR\_Mol* ulalume3@99: :Description: The value of calculated molecular lidar ratio in sr. ulalume3@99: ulalume3@99: - Variable name: *Emission\_Wave\_Mol\_Trasmissivity* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *scan\_angles, points* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double ulalume3@99: Emission\_Wave\_Mol\_Trasmissivity(scan\_angles, points)* ulalume3@99: :Description: this variable provides the value of molecular trasmissitivy ulalume3@99: at emission wavelength at a given scan angle and altitude (*points*). ulalume3@99: ulalume3@99: - Variable name: *Detection\_Wave\_Mol\_Trasmissivity* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *scan\_angles, points* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :NetCDF definition: *double ulalume3@99: Detection\_Wave\_Mol\_Trasmissivity(scan\_angles, points)* ulalume3@99: :Description: this variable provides the value of molecular trasmissitivy ulalume3@99: at detection wavelength at a given scan angle and altitude (*points*). ulalume3@99: ulalume3@99: Aerosol Related Variables ulalume3@99: ######################### ulalume3@99: ulalume3@99: - Variable name: *elT* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves one ulalume3@99: single elastic channel not split in near and far range ulalume3@99: :NetCDF definition: *double elT(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to an elastic channel. The RCS may correspond to a single ulalume3@99: physical lidar channel or to two physical channels (one optimized for ulalume3@99: the near range and the other for the far range) that have been glued by ulalume3@99: ELPP module. ulalume3@99: ulalume3@99: - Variable name: *elT\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves one ulalume3@99: single elastic channel not split in near and far range ulalume3@99: :NetCDF definition: *double elT\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elT*. ulalume3@99: ulalume3@99: - elTnr ulalume3@99: :Variable name: *elTnr* ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a near ulalume3@99: range elastic channel ulalume3@99: :NetCDF definition: *double elTnr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to a near range elastic channel. If this variable is ulalume3@99: present also the corresponding *elTfr* variable should be present in ulalume3@99: the file. ulalume3@99: ulalume3@99: - Variable name: *elTnr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a near ulalume3@99: range elastic channel ulalume3@99: :NetCDF definition: *double elTnr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elTnr*. ulalume3@99: ulalume3@99: - Variable name: *elTfr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a far ulalume3@99: range elastic channel ulalume3@99: :NetCDF definition: *double elTfr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to a far range elastic channel. If this variable is ulalume3@99: present also the corresponding *elTnr *\ variable should be present in ulalume3@99: the file. ulalume3@99: ulalume3@99: - Variable name: *elTfr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a far ulalume3@99: range elastic channel ulalume3@99: :NetCDF definition: *double elTfr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elTfr*. ulalume3@99: ulalume3@99: - Variable name: *vrRN2* ulalume3@99: ulalume3@99: :Type:\ * double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves one ulalume3@99: vibro-rotational N2 Raman channel not split in near and far range ulalume3@99: :NetCDF definition: d\ *ouble vrRN2(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to a vibro-rotational N2 Raman channel. The RCS may ulalume3@99: correspond to a single physical lidar channel or to two physical ulalume3@99: channels (one optimized for the near range and the other for the far ulalume3@99: range) that have been glued by ELPP module. ulalume3@99: ulalume3@99: - Variable name: *vrRN2\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves one ulalume3@99: vibro-rotational N2 Raman channel not split in near and far range ulalume3@99: :NetCDF definition: *double vrRN2\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *vrRN2*. ulalume3@99: ulalume3@99: - Variable name: *vrRN2nr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a near ulalume3@99: range vibro-rotational N2 Raman channel ulalume3@99: :NetCDF definition: *double vrRN2nr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to a near range vibro-rotationl N2 Raman. If this variable ulalume3@99: is present also the corresponding *vrRN2fr *\ variable should be present ulalume3@99: in the file. ulalume3@99: ulalume3@99: - Variable name: *vrRN2nr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a near ulalume3@99: range vibro-rotational N2 Raman channel ulalume3@99: :NetCDF definition: *double vrRN2nr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *vrRN2nr*. ulalume3@99: ulalume3@99: - Variable name: *vrRN2fr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a far ulalume3@99: range vibro-rotational N2 Raman channel ulalume3@99: :NetCDF definition: *double vrRN2fr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to a far range vibro-rotationl N2 Raman. If this variable ulalume3@99: is present also the corresponding *vrRN2nr *\ variable should be present ulalume3@99: in the file. ulalume3@99: ulalume3@99: - Variable name: *vrRN2fr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves a far ulalume3@99: range vibro-rotational N2 Raman channel ulalume3@99: :NetCDF definition: *double vrRN2fr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *vrRN2fr*. ulalume3@99: ulalume3@99: Polarization related variables ulalume3@99: ############################## ulalume3@99: ulalume3@99: - Variable name: *elPT* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels not split in near and far range ulalume3@99: :NetCDF definition: *double elPT(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to the elastic polarization component which is transmitted ulalume3@99: by the polarization sensitive optical subsystem. This component may ulalume3@99: correspond to a total, cross or parallel polarization component ulalume3@99: depending on the particular system configuration. Moreover the RCS may ulalume3@99: correspond to a single physical lidar channel or to two physical ulalume3@99: channels (one optimized for the near range and the other for the far ulalume3@99: range) that have been glued by ELPP module. ulalume3@99: ulalume3@99: - Variable name: *elPT\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: spolarization sensitive elastic channels not split in near and far range ulalume3@99: :NetCDF definition: *double elPT\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elPT*. ulalume3@99: ulalume3@99: - Variable name: *elPTnr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elPTnr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to the near range elastic polarization component which is ulalume3@99: transmitted by the polarization sensitive optical subsystem. This ulalume3@99: component may correspond to a total, cross or parallel polarization ulalume3@99: component depending on the particular system configuration. If this ulalume3@99: variable is present also the corresponding *elPTfr* variable should be ulalume3@99: present in the file. ulalume3@99: ulalume3@99: - Variable name: *elPTnr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elPTnr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elPTnr*. ulalume3@99: ulalume3@99: - Variable name: *elPTfr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elTfr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to the far range elastic polarization component which is ulalume3@99: transmitted by the polarization sensitive optical subsystem. This ulalume3@99: component may correspond to a total, cross or parallel polarization ulalume3@99: component depending on the particular system configuration. If this ulalume3@99: variable is present also the corresponding elPTnr variable should be ulalume3@99: present in the file. ulalume3@99: ulalume3@99: - Variable name: *elPTfr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elPTfr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elPTfr*. ulalume3@99: ulalume3@99: - Variable name: *elPR* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels not split in near and far range ulalume3@99: :NetCDF definition: *double elPR(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to the elastic polarization component which is reflected ulalume3@99: by the polarization sensitive optical subsystem. This component may ulalume3@99: correspond to a total, cross or parallel polarization component ulalume3@99: depending on the particular system configuration. Moreover the RCS may ulalume3@99: correspond to a single physical lidar channel or to two physical ulalume3@99: channels (one optimized for the near range and the other for the far ulalume3@99: range) that have been glued by ELPP module. ulalume3@99: ulalume3@99: - Variable name: *elPR\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels not split in near and far range ulalume3@99: :NetCDF definition: *double elPR\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elPR*. ulalume3@99: ulalume3@99: - Variable name: *elPRnr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: * time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elPTnr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to the near range elastic polarization component which is ulalume3@99: reflected by the polarization sensitive optical subsystem. This ulalume3@99: component may correspond to a total, cross or parallel polarization ulalume3@99: component depending on the particular system configuration. If this ulalume3@99: variable is present also the corresponding *elPRfr* variable should be ulalume3@99: present in the file. ulalume3@99: ulalume3@99: - Variable name: *elPRnr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: * double elPRnr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elPRnr*. ulalume3@99: ulalume3@99: - Variable name: *elPRfr* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elPRfr(time, points)* ulalume3@99: :Description: this variable contains the time-series of the RCS ulalume3@99: corresponding to the far range elastic polarization component which is ulalume3@99: reflected by the polarization sensitive optical subsystem. This ulalume3@99: component may correspond to a total, cross or parallel polarization ulalume3@99: component depending on the particular system configuration. If this ulalume3@99: variable is present also the corresponding *elPRnr* variable should be ulalume3@99: present in the file. ulalume3@99: ulalume3@99: - Variable name: *elPRfr\_err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *time, points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double elPRfr\_err(time, points)* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *elPRfr*. ulalume3@99: ulalume3@99: - Variable name: *G\_T* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T* ulalume3@99: :Description: G polarization cross-talk factor value corresponding to the ulalume3@99: polarization transmitted channel. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *G\_T*. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *G\_T*. ulalume3@99: ulalume3@99: - Variable name: *H\_T* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T* ulalume3@99: :Description: H polarization cross-talk factor value corresponding to the ulalume3@99: polarization transmitted channel. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *H\_T*. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *H\_T*. ulalume3@99: ulalume3@99: - Variable name: *G\_R* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R* ulalume3@99: :Description: G polarization cross-talk factor value corresponding to the ulalume3@99: polarization reflected channel. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *G\_R*. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: * double G\_R\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *G\_R*. ulalume3@99: ulalume3@99: - Variable name: *H\_R* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R* ulalume3@99: :Description: H polarization cross-talk factor value corresponding to the ulalume3@99: polarization reflected channel. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *H\_R*. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *H\_R*. ulalume3@99: ulalume3@99: - Variable name: *Polarization\_Channel\_Gain\_Factor* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double Polarization\_Channel\_Gain\_Factor* ulalume3@99: :Description: this variable reports the value of the gain ratio of the ulalume3@99: reflected and transmitted polarization channels. ulalume3@99: ulalume3@99: - Variable name: *Polarization\_Channel\_Gain\_Factor\_Statistical\_Err ulalume3@99: * ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *Polarization\_Channel\_Gain\_Factor*. ulalume3@99: ulalume3@99: - Variable name: *Polarization\_Channel\_Gain\_Factor\_Systematic\_Err ulalume3@99: * ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *Polarization\_Channel\_Gain\_Factor*. ulalume3@99: ulalume3@99: - Variable name: *Polarization\_Channel\_Gain\_Factor\_Correction* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction* ulalume3@99: :Description: this variable reports the value of the correction to the ulalume3@99: gain ratio of the reflected and transmitted polarization channels. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: * double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction*. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Near\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Near\_Range* ulalume3@99: :Description: G polarization cross-talk factor value corresponding to the ulalume3@99: near range polarization transmitted channel. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Near\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Near\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *G\_T\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Near\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Near\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *G\_T\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Near\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Near\_Range* ulalume3@99: :Description: H polarization cross-talk factor value corresponding to the ulalume3@99: near range polarization transmitted channel. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Near\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Near\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *H\_T\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Near\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Near\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *H\_T\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Near\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Near\_Range* ulalume3@99: :Description: G polarization cross-talk factor value corresponding to the ulalume3@99: near range polarization reflected channel. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Near\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Near\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *G\_R\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Near\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Near\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *G\_R\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Near\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Near\_Range* ulalume3@99: :Description: H polarization cross-talk factor value corresponding to the ulalume3@99: near range polarization reflected channel. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Near\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: * double H\_R\_Near\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *H\_R\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Near\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Near\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *H\_R\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *Polarization\_Channel\_Gain\_Factor\_Near\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Near\_Range* ulalume3@99: :Description: this variable reports the value of the gain ratio of the ulalume3@99: near range reflected and transmitted polarization channels. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Near\_Range\_Factor*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range* ulalume3@99: :Description: this variable reports the value of the correction to the ulalume3@99: near range gain ratio of the reflected and transmitted polarization ulalume3@99: channels. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition:\ ** ulalume3@99: ulalume3@99: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Statistical\_Err ulalume3@99: * ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Systematic\_Err ulalume3@99: * ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves near ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: ulalume3@99: ulalume3@99: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Systematic\_Err ulalume3@99: * ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Far\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Far\_Range* ulalume3@99: :Description: G polarization cross-talk factor value corresponding to the ulalume3@99: far range polarization transmitted channel. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Far\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Far\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *G\_T\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_T\_Far\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_T\_Far\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *G\_T\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Far\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Far\_Range* ulalume3@99: :Description: H polarization cross-talk factor value corresponding to the ulalume3@99: far range polarization transmitted channel. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Far\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_T\_Far\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *H\_T\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_T\_Far\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: d\ *ouble H\_T\_Far\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *H\_T\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Far\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Far\_Range* ulalume3@99: :Description: G polarization cross-talk factor value corresponding to the ulalume3@99: far range polarization reflected channel. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Far\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Far\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *G\_R\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *G\_R\_Far\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double G\_R\_Far\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *G\_R\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Far\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Far\_Range* ulalume3@99: :Description: H polarization cross-talk factor value corresponding to the ulalume3@99: far range polarization reflected channel. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Far\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Far\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable *H\_R\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *H\_R\_Far\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double H\_R\_Far\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable *H\_R\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *Polarization\_Channel\_Gain\_Factor\_Far\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Far\_Range* ulalume3@99: :Description: this variable reports the value of the gain ratio of the ulalume3@99: far range reflected and transmitted polarization channels. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Far\_Range\_Statistical\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Far\_Range\_Statistical\_Err* ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Far\_Range\_Factor*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: P\ *olarization\_Channel\_Gain\_Factor\_Far\_Range\_Systematic\_Err* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Far\_Range\_Systematic\_Err* ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: d\ *ouble ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range* ulalume3@99: :Description: this variable reports the value of the correction to the ulalume3@99: far range gain ratio of the reflected and transmitted polarization ulalume3@99: channels. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Statistical\_Err ulalume3@99: * ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: ulalume3@99: ulalume3@99: d\ *ouble ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Statistical\_Err ulalume3@99: * ulalume3@99: :Description: this variable describes the statistical uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Systematic\_Err ulalume3@99: * ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves far ulalume3@99: range polarization sensitive elastic channels ulalume3@99: :NetCDF definition: ulalume3@99: ulalume3@99: *double ulalume3@99: Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Systematic\_Err ulalume3@99: * ulalume3@99: :Description: this variable describes the systematic uncertainties ulalume3@99: corresponding to the variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range*. ulalume3@99: ulalume3@99: - Variable name: *Depolarization\_Calibration\_Type* ulalume3@99: ulalume3@99: :Type: *integer* ulalume3@99: :Number of dimensions: 0 ulalume3@99: :Dimensions: N/A ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: * int Depolarization\_Calibration\_Type* ulalume3@99: :Description: this variable describes the type of depolarization ulalume3@99: calibration that has been performed. A value of 1 means automatic ulalume3@99: calibration made the the SCC, a value of 2 means manual calibration ulalume3@99: inserted into the SCC database. ulalume3@99: ulalume3@99: - Variable name: *Molecular\_Linear\_Depolarization\_Ratio* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Number of dimensions: 2 ulalume3@99: :Dimensions: *scan\_angles,points* ulalume3@99: :Location: Present if the Low Resolution SCC L1 Product involves ulalume3@99: polarization sensitive elastic channels ulalume3@99: :NetCDF definition: *double ulalume3@99: Molecular\_Linear\_Depolarization\_Ratio(scan\_angles, points)* ulalume3@99: :Description: this variable report the value of molecular linear ulalume3@99: depolarization ration for at given scan angles and at given altitude ulalume3@99: (*points*). This profile is calculated on the base of the atmospheric ulalume3@99: data from standard models or radiosonding submitted by the user as ulalume3@99: separate file. ulalume3@99: ulalume3@99: The altitude scale at which each RCS within the time-series reported by ulalume3@99: the variables *elT, elTnr, elTfr, vrRN2, vrRN2nr, vrRN2fr, elPT, elPTnr, ulalume3@99: elPTfr, elPR, elPRnr, elPRfr*, refer to can be obtained as: ulalume3@99: ulalume3@99: H(laser\_pointing\_angle\_of\_profiles(time),points) ulalume3@99: ulalume3@99: The total signal (*I*\ :sub:`*total*`) and the volume depolarization ulalume3@99: ratio (**) can be calculated out of reflected (*I*\ :sub:`*R*`) and ulalume3@99: transmitted (*I*\ :sub:`*T*`) polarization component intensities using ulalume3@99: the following equations: ulalume3@99: ulalume3@99: where *\** is the gain ratio of the reflected and transmitted ulalume3@99: polarization channels (variable *Polarization\_Channel\_Gain\_Factor*); ulalume3@99: *K* is the correction to the gain ratio of the reflected and transmitted ulalume3@99: polarization channels (variable ulalume3@99: *Polarization\_Channel\_Gain\_Factor\_Correction*); *I*\ :sub:`*R*` is ulalume3@99: the intensity of the reflected polarization component (variable *elPR*); ulalume3@99: *I*\ :sub:`*T*` is the intensity of the transmitted polarization ulalume3@99: component (variable *elPT*); and *G*\ :sub:`*T*`, *H*\ :sub:`*T*`, ulalume3@99: *G*\ :sub:`*R*` and *H*\ :sub:`*R*` are the polarization cross-talk ulalume3@99: parameters (variables *G\_T, H\_T, G\_R* and *H\_R*). ulalume3@99: ulalume3@99: Low Resolution SCC L1 Product Format: global attributes ulalume3@99: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ulalume3@99: ulalume3@99: In this section all the possible Low Resolution SCC L1 Product global ulalume3@99: attributes are reported. There are some global attributes that are ulalume3@99: mandatory and have to be present in all the Low Resolution SCC L1 ulalume3@99: Product files while there are others that have to be present only in ulalume3@99: specific cases. ulalume3@99: ulalume3@99: 1. Attribute name: *Location* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the name of site where the measurements have been performed ulalume3@99: ulalume3@99: 1. Attribute name: *System* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the name of the lidar system used to perform the ulalume3@99: measurements ulalume3@99: ulalume3@99: 1. Attribute name: *Latitude\_degrees\_north* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the latitude (in degrees North) of the measurement site ulalume3@99: ulalume3@99: 1. Attribute name: *Longitude\_degrees\_east* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the longitude (in degrees East) of the measurement site ulalume3@99: ulalume3@99: 1. Attribute name: *Altitude\_meter\_asl* ulalume3@99: ulalume3@99: :Type: *double* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the altitude (in m above see level) of the measurement site ulalume3@99: ulalume3@99: 1. Attribute name: *Measurement\_ID* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: within the SCC all the measurement sessions is identified ulalume3@99: by a string called *Measurement\_ID* uniquely. This gobal attributes ulalume3@99: provides this string. ulalume3@99: ulalume3@99: 1. Attribute name: *Measurement\_Start\_Date* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the start date of the measurements. The format in which ulalume3@99: this date is written is specified in the gobal attribute ulalume3@99: *Measurement\_Date\_Format*. ulalume3@99: ulalume3@99: 1. Attribute name: *Measurement\_Date\_Format* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the format in which the global attribute ulalume3@99: *Measurement\_Start\_Date* is given. ulalume3@99: ulalume3@99: 1. Attribute name: *Measurement\_Start\_Time\_UT* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the start time (UT) of the measurements. The format in ulalume3@99: which this time is written is specified in the global attribute ulalume3@99: *Measurement\_Time\_Format*. ulalume3@99: ulalume3@99: 1. Attribute name: *Measurement\_Time\_Format* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the format in which the global attribute ulalume3@99: *Measurement\_Start\_Time\_U*\ T is given. ulalume3@99: ulalume3@99: 1. Attribute name: *Comments* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: this string can contain comments of the measurement session ulalume3@99: ulalume3@99: 1. Attribute name: *Overlap\_File\_Name* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files for ulalume3@99: which an overlap file has been submitted by the data originator. ulalume3@99: :Description: The name of the overlap file to use for overlap correction. ulalume3@99: ulalume3@99: 1. Attribute name: *LR\_File\_Name* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: corresponding to elastic only retrieval and for which an lidar ratio ulalume3@99: profile file has been submitted by the data originator. ulalume3@99: :Description: The name of the lidar ratio file containing the profile of ulalume3@99: particle lidar ratio values to use as input in the elastic only ulalume3@99: retrieval. ulalume3@99: ulalume3@99: 1. Attribute name: *SCCPreprocessingVersion* ulalume3@99: ulalume3@99: :Type: *string* ulalume3@99: :Location: Included in all the Low Resolution SCC L1 Product files ulalume3@99: :Description: the version of SCC used to produce the current Low ulalume3@99: Resolution SCC L1 Product ulalume3@99: ulalume3@99: Low Resolution SCC L1 Product Filename ulalume3@99: -------------------------------------- ulalume3@99: ulalume3@99: The filename of the Low Resolution SCC L1 Products has the following ulalume3@99: format: ulalume3@99: ulalume3@99: measurementid\_prodid.nc ulalume3@99: ulalume3@99: The *measurementid* is a 12 characters alphanumeric string identifying ulalume3@99: the measurement session at which the product refers to. The ulalume3@99: *measurementid* (which is unique for a given measurement session) allows ulalume3@99: to fully trance the SCC analysis performed on the current product. This ulalume3@99: can be done because each measurement session is recorded in a SCC ulalume3@99: database using the same string. In the same database the measurement ulalume3@99: session is linked to the lidar configuration used to analyze the data ulalume3@99: (which is recorded and fully characterized in the SCC database providing ulalume3@99: all the channel details) and to a set of optical products to calculate. ulalume3@99: ulalume3@99: The *prodid* is a numeric string identifying the optical product that ulalume3@99: has to be calculated by SCC (in particular ELDA module) by applying the ulalume3@99: optical retrieval algorithm on the current pre-processed L1 product. ulalume3@99: ulalume3@99: Different product types are defined within the SCC. The contents of a ulalume3@99: Low Resolution SCC L1 product depends on the type of the product ulalume3@99: specified in the its filename by prodid string. In particular only the ulalume3@99: **Aerosol Related Variables **\ and\ ** Polarization related variables** ulalume3@99: specified in the section 2.2 can change depending on product type. In ulalume3@99: Tab. 3.1 are reported the product-type related variables for each ulalume3@99: optical product type. ulalume3@99: ulalume3@99: To link the *prodid* string with the corresponding product type the SCC ulalume3@99: database a proper query to the SCC database should be addressed. ulalume3@99: ulalume3@99: **Table 3.1:** Possible variables that can be found in the SCC L1 ulalume3@99: Products for each optical product type ulalume3@99: ulalume3@99: +--------------------------------------------------------------+---------------------------------------------------+ ulalume3@99: | Product type | Possible variables in Low Resolution L1 Product | ulalume3@99: +--------------------------------------------------------------+---------------------------------------------------+ ulalume3@99: | Extinction only | vrRN2, vrRN2nr, vrRN2fr | ulalume3@99: | | | ulalume3@99: | | vrRN2\_err, vrRN2nr\_err, vrRN2fr\_err | ulalume3@99: +--------------------------------------------------------------+---------------------------------------------------+ ulalume3@99: | Elastic Backscatter | elT, elTnr, elTfr | ulalume3@99: | | | ulalume3@99: | Elastic Backscatter + Particle Linear Depolarization Ratio | elT\_err, elTnr\_err, elTfr\_err | ulalume3@99: | | | ulalume3@99: | | elPR, elPRnr, elPRfr | ulalume3@99: | | | ulalume3@99: | | elPR\_err, elPRnr\_err, elPRfr\_err | ulalume3@99: | | | ulalume3@99: | | elPT, elPTnr, elPTfr | ulalume3@99: | | | ulalume3@99: | | elPT\_err, elPTnr\_err, elPTfr\_err | ulalume3@99: +--------------------------------------------------------------+---------------------------------------------------+ ulalume3@99: | Raman Backscatter | elT, elTnr, elTfr | ulalume3@99: | | | ulalume3@99: | Raman Backscatter + Particle Linear Depolarization Ratio | elT\_err, elTnr\_err, elTfr\_err | ulalume3@99: | | | ulalume3@99: | Lidar Ratio | elPR, elPRnr, elPRfr | ulalume3@99: | | | ulalume3@99: | | elPR\_err, elPRnr\_err, elPRfr\_err | ulalume3@99: | | | ulalume3@99: | | elPT, elPTnr, elPTfr | ulalume3@99: | | | ulalume3@99: | | elPT\_err, elPTnr\_err, elPTfr\_err | ulalume3@99: | | | ulalume3@99: | | vrRN2, vrRN2nr, vrRN2fr | ulalume3@99: | | | ulalume3@99: | | vrRN2\_err, vrRN2nr\_err, vrRN2fr\_err | ulalume3@99: +--------------------------------------------------------------+---------------------------------------------------+