Mon, 06 Feb 2017 14:02:20 +0200
Move format related files to new dir.
ulalume3@99 | 1 | Low Resolution SCC L1 Products |
ulalume3@99 | 2 | ============================== |
ulalume3@99 | 3 | |
ulalume3@99 | 4 | .. warning:: |
ulalume3@99 | 5 | This section is still under development. |
ulalume3@99 | 6 | |
ulalume3@99 | 7 | |
ulalume3@99 | 8 | Introduction |
ulalume3@99 | 9 | ------------ |
ulalume3@99 | 10 | |
ulalume3@99 | 11 | The Single Calculus Chain (SCC) is the standard EARLINET tool to perform |
ulalume3@99 | 12 | automatic and quality nchecked analysis of raw lidar data. It is |
ulalume3@99 | 13 | composed by three different modules: |
ulalume3@99 | 14 | |
ulalume3@99 | 15 | - ELPP (EARLINET Lidar Pre-Processor) |
ulalume3@99 | 16 | - ELDA (EARLINET Lidar Data Analizer) |
ulalume3@99 | 17 | - ELDEC (EARLINET Lidar DEpolarization Calibrator) |
ulalume3@99 | 18 | |
ulalume3@99 | 19 | Whenever an input file containing raw lidar data has been submitted to |
ulalume3@99 | 20 | the SCC ELPP is automatically ran on it. The ELPP module pre-processes |
ulalume3@99 | 21 | the raw data performing all the corrections and data handling needed |
ulalume3@99 | 22 | before the optical retrieval algorithms can be applied by ELDA module. |
ulalume3@99 | 23 | The ELPP output files contain pre-processed range corrected signals |
ulalume3@99 | 24 | corrected for instrumental effects as well as atmospheric molecular |
ulalume3@99 | 25 | parameters calculated from standard model or radiosounding. Typically, |
ulalume3@99 | 26 | the vertical and temporal resolutions of the pre-processed signals |
ulalume3@99 | 27 | included in these files is lower than the raw vertical and temporal |
ulalume3@99 | 28 | resolution as in general time/vertical integration is performed by ELPP |
ulalume3@99 | 29 | to increase the SNR and allow the calculation of optical products with a |
ulalume3@99 | 30 | reduced uncertainties. As a consequence the ELPP output files are called |
ulalume3@99 | 31 | Low Resolution SCC L1 Products. Another SCC module (HiRELPP – High |
ulalume3@99 | 32 | Resolution EARLINET Lidar Pre-Processor) currently under development |
ulalume3@99 | 33 | will produce High Resolution SCC L1 Products in which both time and |
ulalume3@99 | 34 | vertical resolution are kept as higher as possible. |
ulalume3@99 | 35 | |
ulalume3@99 | 36 | This document provides a detailed description about the structure and |
ulalume3@99 | 37 | the format of Low Resolution SCC L1 Product as produced by the SCC v4.0. |
ulalume3@99 | 38 | |
ulalume3@99 | 39 | Low Resolution SCC L1 Product: File format |
ulalume3@99 | 40 | ------------------------------------------ |
ulalume3@99 | 41 | |
ulalume3@99 | 42 | The Low Resolution SCC L1 Products are files in Network Common Data Form |
ulalume3@99 | 43 | (NetCDF) which is a well known self-describing, machine-independent data |
ulalume3@99 | 44 | format that support the creation, access, and sharing of array-oriented |
ulalume3@99 | 45 | scientific data. For more information about NetCDF format: |
ulalume3@99 | 46 | http://www.unidata.ucar.edu/software/netcdf/. |
ulalume3@99 | 47 | |
ulalume3@99 | 48 | The NetCDF is a binary format that allows the definition of |
ulalume3@99 | 49 | multi-dimensional variables of several types (integers, double, |
ulalume3@99 | 50 | character, etc). For each variable it is possible to define one or more |
ulalume3@99 | 51 | attributes where to specify variable properties like units, long name, |
ulalume3@99 | 52 | description, etc. |
ulalume3@99 | 53 | |
ulalume3@99 | 54 | It is possible to define global attributes which are not related to a |
ulalume3@99 | 55 | specific variable but to the whole file. |
ulalume3@99 | 56 | |
ulalume3@99 | 57 | A NetCDF file is composed by four different section: |
ulalume3@99 | 58 | |
ulalume3@99 | 59 | - dimensions |
ulalume3@99 | 60 | |
ulalume3@99 | 61 | this section contains all the dimensions used in the definition of |
ulalume3@99 | 62 | all the variables included in the NetCDF file |
ulalume3@99 | 63 | |
ulalume3@99 | 64 | - variables |
ulalume3@99 | 65 | |
ulalume3@99 | 66 | this section contains all the variables stored in the NetCDF file. |
ulalume3@99 | 67 | Each variable is defined as a multi-dimensional array of a specific |
ulalume3@99 | 68 | type and with all the dimensions defined in the dimensions section |
ulalume3@99 | 69 | |
ulalume3@99 | 70 | global attributes |
ulalume3@99 | 71 | |
ulalume3@99 | 72 | this section lists all the attributes referring to the whole file. As |
ulalume3@99 | 73 | the variable the attributes (global or the one attached to a specific |
ulalume3@99 | 74 | variable) can be of different type |
ulalume3@99 | 75 | |
ulalume3@99 | 76 | - data |
ulalume3@99 | 77 | |
ulalume3@99 | 78 | in this section the data contained in each variable defined in |
ulalume3@99 | 79 | variable section is stored. Attribute values (both global or related |
ulalume3@99 | 80 | to a specific variable) are not reported in data section but directly |
ulalume3@99 | 81 | in variable or global attribute sections. |
ulalume3@99 | 82 | |
ulalume3@99 | 83 | Each Low Resolution SCC L1 Product correspond to a single emission |
ulalume3@99 | 84 | wavelength. For example it is possible to find in the same file the |
ulalume3@99 | 85 | elastic and the Raman channel pre-processed time-series corresponding to |
ulalume3@99 | 86 | the same emission wavelength (but to a different detection wavelengths) |
ulalume3@99 | 87 | but not two elastic time-series referring to different emission |
ulalume3@99 | 88 | wavelengths. |
ulalume3@99 | 89 | |
ulalume3@99 | 90 | Low Resolution SCC L1 Product Format: dimensions |
ulalume3@99 | 91 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
ulalume3@99 | 92 | |
ulalume3@99 | 93 | The following dimensions are defined in the Low Resolution SCC L1 |
ulalume3@99 | 94 | Product: |
ulalume3@99 | 95 | |
ulalume3@99 | 96 | - time |
ulalume3@99 | 97 | - points |
ulalume3@99 | 98 | - channels |
ulalume3@99 | 99 | - scan\_angles |
ulalume3@99 | 100 | |
ulalume3@99 | 101 | The dimension *time* specifies the number of RCS (for each channel) |
ulalume3@99 | 102 | composing all the pre-processed time-series reported in the file. |
ulalume3@99 | 103 | |
ulalume3@99 | 104 | The dimension *points* represents the number of rangebins characterizing |
ulalume3@99 | 105 | the pre-processed RCS. In case RCSs corresponding to different channels |
ulalume3@99 | 106 | are characterized by different rangebins the dimension time is to the |
ulalume3@99 | 107 | the maximum value of rangebins. |
ulalume3@99 | 108 | |
ulalume3@99 | 109 | The dimension *channels* indicates the number channels at which the RCS |
ulalume3@99 | 110 | time-series included in the file refer to. |
ulalume3@99 | 111 | |
ulalume3@99 | 112 | The dimension *scan\_angles* takes into account how many zenith scan |
ulalume3@99 | 113 | angles have been used to measure the RCS time-series reported into the |
ulalume3@99 | 114 | file |
ulalume3@99 | 115 | |
ulalume3@99 | 116 | |
ulalume3@99 | 117 | Low Resolution SCC L1 Product Format: variables |
ulalume3@99 | 118 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
ulalume3@99 | 119 | |
ulalume3@99 | 120 | In this section all the possible Low Resolution SCC L1 Product variables |
ulalume3@99 | 121 | are reported. There are some variables that are mandatory and have to be |
ulalume3@99 | 122 | present in all the Low Resolution SCC L1 Product files while there are |
ulalume3@99 | 123 | others that have to be present only in specific cases. |
ulalume3@99 | 124 | |
ulalume3@99 | 125 | Technical Variables |
ulalume3@99 | 126 | ################### |
ulalume3@99 | 127 | |
ulalume3@99 | 128 | altitude\_resolution |
ulalume3@99 | 129 | :Type: *double* |
ulalume3@99 | 130 | :Number of dimensions: 1 |
ulalume3@99 | 131 | :Dimensions: *scan\_angles* |
ulalume3@99 | 132 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 133 | :NetCDF definition: *double altitude\_resolution(scan\_angles)* |
ulalume3@99 | 134 | :Description: this variable describes the altitude resolution |
ulalume3@99 | 135 | corresponding to the RCS time-series reported in the file. It is needed |
ulalume3@99 | 136 | to compute the vertical scale of the RCS corresponding to each scan |
ulalume3@99 | 137 | angle which should be calculated as it follow: |
ulalume3@99 | 138 | |
ulalume3@99 | 139 | where *z* is the altitude, ** is the scan angle value and *h* is the |
ulalume3@99 | 140 | value reported by *altitude\_resolution* variable. |
ulalume3@99 | 141 | |
ulalume3@99 | 142 | - Variable name: *range\_resolution* |
ulalume3@99 | 143 | |
ulalume3@99 | 144 | :Type: *double* |
ulalume3@99 | 145 | :Number of dimensions: 1 |
ulalume3@99 | 146 | :Dimensions: *scan\_angles* |
ulalume3@99 | 147 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 148 | :NetCDF definition: *double range\_resolution(scan\_angles)* |
ulalume3@99 | 149 | :Description: this variable describes the range resolution corresponding |
ulalume3@99 | 150 | to the RCS time-series reported in the file. It is needed to compute the |
ulalume3@99 | 151 | range scale of the RCS corresponding to each scan angle which should be |
ulalume3@99 | 152 | calculated as it follow: |
ulalume3@99 | 153 | |
ulalume3@99 | 154 | where *r* is the range, ** is the scan angle value and *r* is the |
ulalume3@99 | 155 | value reported by *range\_resolution* variable. Altitude and range |
ulalume3@99 | 156 | resolution are the same if the scan angle is zero (zenith acquisition). |
ulalume3@99 | 157 | |
ulalume3@99 | 158 | - Variable name: *laser\_pointing\_angle* |
ulalume3@99 | 159 | |
ulalume3@99 | 160 | :Type: *double* |
ulalume3@99 | 161 | :Number of dimensions: 1 |
ulalume3@99 | 162 | :Dimensions: *scan\_angles* |
ulalume3@99 | 163 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 164 | :NetCDF definition: *double laser\_pointing\_angle(scan\_angles)* |
ulalume3@99 | 165 | :Description: this variable provides the value of the zenith scan angles |
ulalume3@99 | 166 | used during the measurement. The value of angle are in degrees with |
ulalume3@99 | 167 | respect to the zenith direction. |
ulalume3@99 | 168 | |
ulalume3@99 | 169 | - Variable name: *emission\_wavelength* |
ulalume3@99 | 170 | |
ulalume3@99 | 171 | :Type: *double* |
ulalume3@99 | 172 | :Number of dimensions: 1 |
ulalume3@99 | 173 | :Dimensions: *channels* |
ulalume3@99 | 174 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 175 | :NetCDF definition: *double emission\_wavelength(channels)* |
ulalume3@99 | 176 | :Description: this variable provides the value of the emission wavelength |
ulalume3@99 | 177 | (in nm) corresponding to each RCS time-series. |
ulalume3@99 | 178 | |
ulalume3@99 | 179 | - Variable name: *detection\_wavelength* |
ulalume3@99 | 180 | |
ulalume3@99 | 181 | :Type: *double* |
ulalume3@99 | 182 | :Number of dimensions: 1 |
ulalume3@99 | 183 | :Dimensions: *channels* |
ulalume3@99 | 184 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 185 | :NetCDF definition: *double detection\_wavelength(channels)* |
ulalume3@99 | 186 | :Description: this variable provides the value of the detection |
ulalume3@99 | 187 | wavelength (in nm) corresponding to each RCS time-series. For elastic |
ulalume3@99 | 188 | channels the detection and emission wavelength are the same or slightly |
ulalume3@99 | 189 | different. |
ulalume3@99 | 190 | |
ulalume3@99 | 191 | - Variable name: *laser\_pointing\_angle\_of\_profiles* |
ulalume3@99 | 192 | |
ulalume3@99 | 193 | :Type: *integer* |
ulalume3@99 | 194 | :Number of dimensions: 1 |
ulalume3@99 | 195 | :Dimensions: *time* |
ulalume3@99 | 196 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 197 | :NetCDF definition: *int laser\_pointing\_angle\_of\_profiles(time)* |
ulalume3@99 | 198 | :Description: this variable allows to identify the zenith angle at which |
ulalume3@99 | 199 | each single RCS contained in the time-series refer to. In particular, |
ulalume3@99 | 200 | for a given time the variable |
ulalume3@99 | 201 | *laser\_pointing\_angle\_of\_profiles(time)* provides the scan angle |
ulalume3@99 | 202 | index at which all the RCS included in the file refer to at the same |
ulalume3@99 | 203 | time. To get the value of the scan angle the variable |
ulalume3@99 | 204 | *laser\_pointing\_angle* should be evaluated in correspondence of the |
ulalume3@99 | 205 | index returned by the variable |
ulalume3@99 | 206 | *laser\_pointing\_angle\_of\_profiles(time)*. |
ulalume3@99 | 207 | |
ulalume3@99 | 208 | - Variable name: *shots* |
ulalume3@99 | 209 | |
ulalume3@99 | 210 | :Type: *integer* |
ulalume3@99 | 211 | :Number of dimensions: 1 |
ulalume3@99 | 212 | :Dimensions: *time* |
ulalume3@99 | 213 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 214 | :NetCDF definition: *int shots(time)* |
ulalume3@99 | 215 | :Description: this variable report the number of laser shots that have |
ulalume3@99 | 216 | been integrated the all the RCS time-series at a given time. |
ulalume3@99 | 217 | |
ulalume3@99 | 218 | - Variable name: *start\_time* |
ulalume3@99 | 219 | |
ulalume3@99 | 220 | :Type: *integer* |
ulalume3@99 | 221 | :Number of dimensions: 1 |
ulalume3@99 | 222 | :Dimensions: *time* |
ulalume3@99 | 223 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 224 | :NetCDF definition: *int start\_time(time)* |
ulalume3@99 | 225 | :Description: Variable reporting the value of the start time of each RCS |
ulalume3@99 | 226 | within all the time-series in seconds since the start of measurement. |
ulalume3@99 | 227 | |
ulalume3@99 | 228 | - Variable name: *stop\_time* |
ulalume3@99 | 229 | |
ulalume3@99 | 230 | :Type: *integer* |
ulalume3@99 | 231 | :Number of dimensions: 1 |
ulalume3@99 | 232 | :Dimensions: *time* |
ulalume3@99 | 233 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 234 | :NetCDF definition: *int stop\_time(time)* |
ulalume3@99 | 235 | :Description:Variables reporting the value of the stop time of each RCS |
ulalume3@99 | 236 | within all the time-series in seconds since the start of the |
ulalume3@99 | 237 | measurement. |
ulalume3@99 | 238 | |
ulalume3@99 | 239 | - Variable name: *LR\_Input* |
ulalume3@99 | 240 | |
ulalume3@99 | 241 | :Type: *integer* |
ulalume3@99 | 242 | :Number of dimensions: 0 |
ulalume3@99 | 243 | :Dimensions: N/A |
ulalume3@99 | 244 | :Location: Present only if the Low Resolution SCC L1 Product corresponds |
ulalume3@99 | 245 | to an elastic only product |
ulalume3@99 | 246 | :NetCDF definition: *int LR\_Input* |
ulalume3@99 | 247 | :Description: this variable is only used by ELDA module in the elastic |
ulalume3@99 | 248 | only retrieval to know which value of particle lidar ratio assume in the |
ulalume3@99 | 249 | retrieval. A value of 1 means to use a fixed value stored in the SCC |
ulalume3@99 | 250 | database for each product. A value of 0 means to use a profile of lidar |
ulalume3@99 | 251 | ratio provided by the user as external file. |
ulalume3@99 | 252 | |
ulalume3@99 | 253 | - Variable name: *overlap\_correction* |
ulalume3@99 | 254 | |
ulalume3@99 | 255 | :Type: *integer* |
ulalume3@99 | 256 | :Number of dimensions: 0 |
ulalume3@99 | 257 | :Dimensions: N/A |
ulalume3@99 | 258 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 259 | :NetCDF definition: *int overlap\_correction* |
ulalume3@99 | 260 | :Description: this variable provides information on the overlap |
ulalume3@99 | 261 | correction of all the RCS time-series included in the file. If it is set |
ulalume3@99 | 262 | to 1 the overlap correction has been applied if it is set to null value |
ulalume3@99 | 263 | the overlap correction has not been applied. |
ulalume3@99 | 264 | |
ulalume3@99 | 265 | - Variable name: *cloud\_flag* |
ulalume3@99 | 266 | |
ulalume3@99 | 267 | :Type: *integer* |
ulalume3@99 | 268 | :Number of dimensions: 2 |
ulalume3@99 | 269 | :Dimensions: *time, points* |
ulalume3@99 | 270 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 271 | :NetCDF definition: *int cloud\_flag(time, points)* |
ulalume3@99 | 272 | :Description: variable reporting the cloud mask on the RCS time-series |
ulalume3@99 | 273 | included in the file. A value of 1 means no cloud any other values |
ulalume3@99 | 274 | different from 1 correspond to the presence of cloud. |
ulalume3@99 | 275 | |
ulalume3@99 | 276 | Atmospheric Molecular Variables |
ulalume3@99 | 277 | ############################### |
ulalume3@99 | 278 | |
ulalume3@99 | 279 | - Variable name: *Elastic\_Mol\_Extinction* |
ulalume3@99 | 280 | |
ulalume3@99 | 281 | :Type: *double* |
ulalume3@99 | 282 | :Number of dimensions: 2 |
ulalume3@99 | 283 | :Dimensions: *scan\_angles, points* |
ulalume3@99 | 284 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 285 | :NetCDF definition: *double Elastic\_Mol\_Extinction(scan\_angles, |
ulalume3@99 | 286 | points)* |
ulalume3@99 | 287 | :Description: this variable provides the value of molecular extinction |
ulalume3@99 | 288 | coefficient at elastic wavelength in m\ :sup:`-1` at a given scan angle |
ulalume3@99 | 289 | and altitude (points). The values are calculated from standard models or |
ulalume3@99 | 290 | from radiosounding (submitted to the SCC as external input files) |
ulalume3@99 | 291 | |
ulalume3@99 | 292 | - Variable name: *LR\_Mol* |
ulalume3@99 | 293 | |
ulalume3@99 | 294 | :Type: *double* |
ulalume3@99 | 295 | :Number of dimensions: 0 |
ulalume3@99 | 296 | :Dimensions: N/A |
ulalume3@99 | 297 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 298 | :NetCDF definition: *double LR\_Mol* |
ulalume3@99 | 299 | :Description: The value of calculated molecular lidar ratio in sr. |
ulalume3@99 | 300 | |
ulalume3@99 | 301 | - Variable name: *Emission\_Wave\_Mol\_Trasmissivity* |
ulalume3@99 | 302 | |
ulalume3@99 | 303 | :Type: *double* |
ulalume3@99 | 304 | :Number of dimensions: 2 |
ulalume3@99 | 305 | :Dimensions: *scan\_angles, points* |
ulalume3@99 | 306 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 307 | :NetCDF definition: *double |
ulalume3@99 | 308 | Emission\_Wave\_Mol\_Trasmissivity(scan\_angles, points)* |
ulalume3@99 | 309 | :Description: this variable provides the value of molecular trasmissitivy |
ulalume3@99 | 310 | at emission wavelength at a given scan angle and altitude (*points*). |
ulalume3@99 | 311 | |
ulalume3@99 | 312 | - Variable name: *Detection\_Wave\_Mol\_Trasmissivity* |
ulalume3@99 | 313 | |
ulalume3@99 | 314 | :Type: *double* |
ulalume3@99 | 315 | :Number of dimensions: 2 |
ulalume3@99 | 316 | :Dimensions: *scan\_angles, points* |
ulalume3@99 | 317 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 318 | :NetCDF definition: *double |
ulalume3@99 | 319 | Detection\_Wave\_Mol\_Trasmissivity(scan\_angles, points)* |
ulalume3@99 | 320 | :Description: this variable provides the value of molecular trasmissitivy |
ulalume3@99 | 321 | at detection wavelength at a given scan angle and altitude (*points*). |
ulalume3@99 | 322 | |
ulalume3@99 | 323 | Aerosol Related Variables |
ulalume3@99 | 324 | ######################### |
ulalume3@99 | 325 | |
ulalume3@99 | 326 | - Variable name: *elT* |
ulalume3@99 | 327 | |
ulalume3@99 | 328 | :Type: *double* |
ulalume3@99 | 329 | :Number of dimensions: 2 |
ulalume3@99 | 330 | :Dimensions: *time, points* |
ulalume3@99 | 331 | :Location: Present if the Low Resolution SCC L1 Product involves one |
ulalume3@99 | 332 | single elastic channel not split in near and far range |
ulalume3@99 | 333 | :NetCDF definition: *double elT(time, points)* |
ulalume3@99 | 334 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 335 | corresponding to an elastic channel. The RCS may correspond to a single |
ulalume3@99 | 336 | physical lidar channel or to two physical channels (one optimized for |
ulalume3@99 | 337 | the near range and the other for the far range) that have been glued by |
ulalume3@99 | 338 | ELPP module. |
ulalume3@99 | 339 | |
ulalume3@99 | 340 | - Variable name: *elT\_err* |
ulalume3@99 | 341 | |
ulalume3@99 | 342 | :Type: *double* |
ulalume3@99 | 343 | :Number of dimensions: 2 |
ulalume3@99 | 344 | :Dimensions: *time, points* |
ulalume3@99 | 345 | :Location: Present if the Low Resolution SCC L1 Product involves one |
ulalume3@99 | 346 | single elastic channel not split in near and far range |
ulalume3@99 | 347 | :NetCDF definition: *double elT\_err(time, points)* |
ulalume3@99 | 348 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 349 | corresponding to the variable *elT*. |
ulalume3@99 | 350 | |
ulalume3@99 | 351 | - elTnr |
ulalume3@99 | 352 | :Variable name: *elTnr* |
ulalume3@99 | 353 | :Type: *double* |
ulalume3@99 | 354 | :Number of dimensions: 2 |
ulalume3@99 | 355 | :Dimensions: *time, points* |
ulalume3@99 | 356 | :Location: Present if the Low Resolution SCC L1 Product involves a near |
ulalume3@99 | 357 | range elastic channel |
ulalume3@99 | 358 | :NetCDF definition: *double elTnr(time, points)* |
ulalume3@99 | 359 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 360 | corresponding to a near range elastic channel. If this variable is |
ulalume3@99 | 361 | present also the corresponding *elTfr* variable should be present in |
ulalume3@99 | 362 | the file. |
ulalume3@99 | 363 | |
ulalume3@99 | 364 | - Variable name: *elTnr\_err* |
ulalume3@99 | 365 | |
ulalume3@99 | 366 | :Type: *double* |
ulalume3@99 | 367 | :Number of dimensions: 2 |
ulalume3@99 | 368 | :Dimensions: * time, points* |
ulalume3@99 | 369 | :Location: Present if the Low Resolution SCC L1 Product involves a near |
ulalume3@99 | 370 | range elastic channel |
ulalume3@99 | 371 | :NetCDF definition: *double elTnr\_err(time, points)* |
ulalume3@99 | 372 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 373 | corresponding to the variable *elTnr*. |
ulalume3@99 | 374 | |
ulalume3@99 | 375 | - Variable name: *elTfr* |
ulalume3@99 | 376 | |
ulalume3@99 | 377 | :Type: *double* |
ulalume3@99 | 378 | :Number of dimensions: 2 |
ulalume3@99 | 379 | :Dimensions: *time, points* |
ulalume3@99 | 380 | :Location: Present if the Low Resolution SCC L1 Product involves a far |
ulalume3@99 | 381 | range elastic channel |
ulalume3@99 | 382 | :NetCDF definition: *double elTfr(time, points)* |
ulalume3@99 | 383 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 384 | corresponding to a far range elastic channel. If this variable is |
ulalume3@99 | 385 | present also the corresponding *elTnr *\ variable should be present in |
ulalume3@99 | 386 | the file. |
ulalume3@99 | 387 | |
ulalume3@99 | 388 | - Variable name: *elTfr\_err* |
ulalume3@99 | 389 | |
ulalume3@99 | 390 | :Type: *double* |
ulalume3@99 | 391 | :Number of dimensions: 2 |
ulalume3@99 | 392 | :Dimensions: *time, points* |
ulalume3@99 | 393 | :Location: Present if the Low Resolution SCC L1 Product involves a far |
ulalume3@99 | 394 | range elastic channel |
ulalume3@99 | 395 | :NetCDF definition: *double elTfr\_err(time, points)* |
ulalume3@99 | 396 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 397 | corresponding to the variable *elTfr*. |
ulalume3@99 | 398 | |
ulalume3@99 | 399 | - Variable name: *vrRN2* |
ulalume3@99 | 400 | |
ulalume3@99 | 401 | :Type:\ * double* |
ulalume3@99 | 402 | :Number of dimensions: 2 |
ulalume3@99 | 403 | :Dimensions: *time, points* |
ulalume3@99 | 404 | :Location: Present if the Low Resolution SCC L1 Product involves one |
ulalume3@99 | 405 | vibro-rotational N2 Raman channel not split in near and far range |
ulalume3@99 | 406 | :NetCDF definition: d\ *ouble vrRN2(time, points)* |
ulalume3@99 | 407 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 408 | corresponding to a vibro-rotational N2 Raman channel. The RCS may |
ulalume3@99 | 409 | correspond to a single physical lidar channel or to two physical |
ulalume3@99 | 410 | channels (one optimized for the near range and the other for the far |
ulalume3@99 | 411 | range) that have been glued by ELPP module. |
ulalume3@99 | 412 | |
ulalume3@99 | 413 | - Variable name: *vrRN2\_err* |
ulalume3@99 | 414 | |
ulalume3@99 | 415 | :Type: *double* |
ulalume3@99 | 416 | :Number of dimensions: 2 |
ulalume3@99 | 417 | :Dimensions: *time, points* |
ulalume3@99 | 418 | :Location: Present if the Low Resolution SCC L1 Product involves one |
ulalume3@99 | 419 | vibro-rotational N2 Raman channel not split in near and far range |
ulalume3@99 | 420 | :NetCDF definition: *double vrRN2\_err(time, points)* |
ulalume3@99 | 421 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 422 | corresponding to the variable *vrRN2*. |
ulalume3@99 | 423 | |
ulalume3@99 | 424 | - Variable name: *vrRN2nr* |
ulalume3@99 | 425 | |
ulalume3@99 | 426 | :Type: *double* |
ulalume3@99 | 427 | :Number of dimensions: 2 |
ulalume3@99 | 428 | :Dimensions: *time, points* |
ulalume3@99 | 429 | :Location: Present if the Low Resolution SCC L1 Product involves a near |
ulalume3@99 | 430 | range vibro-rotational N2 Raman channel |
ulalume3@99 | 431 | :NetCDF definition: *double vrRN2nr(time, points)* |
ulalume3@99 | 432 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 433 | corresponding to a near range vibro-rotationl N2 Raman. If this variable |
ulalume3@99 | 434 | is present also the corresponding *vrRN2fr *\ variable should be present |
ulalume3@99 | 435 | in the file. |
ulalume3@99 | 436 | |
ulalume3@99 | 437 | - Variable name: *vrRN2nr\_err* |
ulalume3@99 | 438 | |
ulalume3@99 | 439 | :Type: *double* |
ulalume3@99 | 440 | :Number of dimensions: 2 |
ulalume3@99 | 441 | :Dimensions: *time, points* |
ulalume3@99 | 442 | :Location: Present if the Low Resolution SCC L1 Product involves a near |
ulalume3@99 | 443 | range vibro-rotational N2 Raman channel |
ulalume3@99 | 444 | :NetCDF definition: *double vrRN2nr\_err(time, points)* |
ulalume3@99 | 445 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 446 | corresponding to the variable *vrRN2nr*. |
ulalume3@99 | 447 | |
ulalume3@99 | 448 | - Variable name: *vrRN2fr* |
ulalume3@99 | 449 | |
ulalume3@99 | 450 | :Type: *double* |
ulalume3@99 | 451 | :Number of dimensions: 2 |
ulalume3@99 | 452 | :Dimensions: *time, points* |
ulalume3@99 | 453 | :Location: Present if the Low Resolution SCC L1 Product involves a far |
ulalume3@99 | 454 | range vibro-rotational N2 Raman channel |
ulalume3@99 | 455 | :NetCDF definition: *double vrRN2fr(time, points)* |
ulalume3@99 | 456 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 457 | corresponding to a far range vibro-rotationl N2 Raman. If this variable |
ulalume3@99 | 458 | is present also the corresponding *vrRN2nr *\ variable should be present |
ulalume3@99 | 459 | in the file. |
ulalume3@99 | 460 | |
ulalume3@99 | 461 | - Variable name: *vrRN2fr\_err* |
ulalume3@99 | 462 | |
ulalume3@99 | 463 | :Type: *double* |
ulalume3@99 | 464 | :Number of dimensions: 2 |
ulalume3@99 | 465 | :Dimensions: * time, points* |
ulalume3@99 | 466 | :Location: Present if the Low Resolution SCC L1 Product involves a far |
ulalume3@99 | 467 | range vibro-rotational N2 Raman channel |
ulalume3@99 | 468 | :NetCDF definition: *double vrRN2fr\_err(time, points)* |
ulalume3@99 | 469 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 470 | corresponding to the variable *vrRN2fr*. |
ulalume3@99 | 471 | |
ulalume3@99 | 472 | Polarization related variables |
ulalume3@99 | 473 | ############################## |
ulalume3@99 | 474 | |
ulalume3@99 | 475 | - Variable name: *elPT* |
ulalume3@99 | 476 | |
ulalume3@99 | 477 | :Type: *double* |
ulalume3@99 | 478 | :Number of dimensions: 2 |
ulalume3@99 | 479 | :Dimensions: *time, points* |
ulalume3@99 | 480 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 481 | polarization sensitive elastic channels not split in near and far range |
ulalume3@99 | 482 | :NetCDF definition: *double elPT(time, points)* |
ulalume3@99 | 483 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 484 | corresponding to the elastic polarization component which is transmitted |
ulalume3@99 | 485 | by the polarization sensitive optical subsystem. This component may |
ulalume3@99 | 486 | correspond to a total, cross or parallel polarization component |
ulalume3@99 | 487 | depending on the particular system configuration. Moreover the RCS may |
ulalume3@99 | 488 | correspond to a single physical lidar channel or to two physical |
ulalume3@99 | 489 | channels (one optimized for the near range and the other for the far |
ulalume3@99 | 490 | range) that have been glued by ELPP module. |
ulalume3@99 | 491 | |
ulalume3@99 | 492 | - Variable name: *elPT\_err* |
ulalume3@99 | 493 | |
ulalume3@99 | 494 | :Type: *double* |
ulalume3@99 | 495 | :Number of dimensions: 2 |
ulalume3@99 | 496 | :Dimensions: *time, points* |
ulalume3@99 | 497 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 498 | spolarization sensitive elastic channels not split in near and far range |
ulalume3@99 | 499 | :NetCDF definition: *double elPT\_err(time, points)* |
ulalume3@99 | 500 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 501 | corresponding to the variable *elPT*. |
ulalume3@99 | 502 | |
ulalume3@99 | 503 | - Variable name: *elPTnr* |
ulalume3@99 | 504 | |
ulalume3@99 | 505 | :Type: *double* |
ulalume3@99 | 506 | :Number of dimensions: 2 |
ulalume3@99 | 507 | :Dimensions: * time, points* |
ulalume3@99 | 508 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 509 | range polarization sensitive elastic channels |
ulalume3@99 | 510 | :NetCDF definition: *double elPTnr(time, points)* |
ulalume3@99 | 511 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 512 | corresponding to the near range elastic polarization component which is |
ulalume3@99 | 513 | transmitted by the polarization sensitive optical subsystem. This |
ulalume3@99 | 514 | component may correspond to a total, cross or parallel polarization |
ulalume3@99 | 515 | component depending on the particular system configuration. If this |
ulalume3@99 | 516 | variable is present also the corresponding *elPTfr* variable should be |
ulalume3@99 | 517 | present in the file. |
ulalume3@99 | 518 | |
ulalume3@99 | 519 | - Variable name: *elPTnr\_err* |
ulalume3@99 | 520 | |
ulalume3@99 | 521 | :Type: *double* |
ulalume3@99 | 522 | :Number of dimensions: 2 |
ulalume3@99 | 523 | :Dimensions: * time, points* |
ulalume3@99 | 524 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 525 | range polarization sensitive elastic channels |
ulalume3@99 | 526 | :NetCDF definition: *double elPTnr\_err(time, points)* |
ulalume3@99 | 527 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 528 | corresponding to the variable *elPTnr*. |
ulalume3@99 | 529 | |
ulalume3@99 | 530 | - Variable name: *elPTfr* |
ulalume3@99 | 531 | |
ulalume3@99 | 532 | :Type: *double* |
ulalume3@99 | 533 | :Number of dimensions: 2 |
ulalume3@99 | 534 | :Dimensions: *time, points* |
ulalume3@99 | 535 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 536 | range polarization sensitive elastic channels |
ulalume3@99 | 537 | :NetCDF definition: *double elTfr(time, points)* |
ulalume3@99 | 538 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 539 | corresponding to the far range elastic polarization component which is |
ulalume3@99 | 540 | transmitted by the polarization sensitive optical subsystem. This |
ulalume3@99 | 541 | component may correspond to a total, cross or parallel polarization |
ulalume3@99 | 542 | component depending on the particular system configuration. If this |
ulalume3@99 | 543 | variable is present also the corresponding elPTnr variable should be |
ulalume3@99 | 544 | present in the file. |
ulalume3@99 | 545 | |
ulalume3@99 | 546 | - Variable name: *elPTfr\_err* |
ulalume3@99 | 547 | |
ulalume3@99 | 548 | :Type: *double* |
ulalume3@99 | 549 | :Number of dimensions: 2 |
ulalume3@99 | 550 | :Dimensions: * time, points* |
ulalume3@99 | 551 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 552 | range polarization sensitive elastic channels |
ulalume3@99 | 553 | :NetCDF definition: *double elPTfr\_err(time, points)* |
ulalume3@99 | 554 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 555 | corresponding to the variable *elPTfr*. |
ulalume3@99 | 556 | |
ulalume3@99 | 557 | - Variable name: *elPR* |
ulalume3@99 | 558 | |
ulalume3@99 | 559 | :Type: *double* |
ulalume3@99 | 560 | :Number of dimensions: 2 |
ulalume3@99 | 561 | :Dimensions: *time, points* |
ulalume3@99 | 562 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 563 | polarization sensitive elastic channels not split in near and far range |
ulalume3@99 | 564 | :NetCDF definition: *double elPR(time, points)* |
ulalume3@99 | 565 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 566 | corresponding to the elastic polarization component which is reflected |
ulalume3@99 | 567 | by the polarization sensitive optical subsystem. This component may |
ulalume3@99 | 568 | correspond to a total, cross or parallel polarization component |
ulalume3@99 | 569 | depending on the particular system configuration. Moreover the RCS may |
ulalume3@99 | 570 | correspond to a single physical lidar channel or to two physical |
ulalume3@99 | 571 | channels (one optimized for the near range and the other for the far |
ulalume3@99 | 572 | range) that have been glued by ELPP module. |
ulalume3@99 | 573 | |
ulalume3@99 | 574 | - Variable name: *elPR\_err* |
ulalume3@99 | 575 | |
ulalume3@99 | 576 | :Type: *double* |
ulalume3@99 | 577 | :Number of dimensions: 2 |
ulalume3@99 | 578 | :Dimensions: * time, points* |
ulalume3@99 | 579 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 580 | polarization sensitive elastic channels not split in near and far range |
ulalume3@99 | 581 | :NetCDF definition: *double elPR\_err(time, points)* |
ulalume3@99 | 582 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 583 | corresponding to the variable *elPR*. |
ulalume3@99 | 584 | |
ulalume3@99 | 585 | - Variable name: *elPRnr* |
ulalume3@99 | 586 | |
ulalume3@99 | 587 | :Type: *double* |
ulalume3@99 | 588 | :Number of dimensions: 2 |
ulalume3@99 | 589 | :Dimensions: * time, points* |
ulalume3@99 | 590 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 591 | range polarization sensitive elastic channels |
ulalume3@99 | 592 | :NetCDF definition: *double elPTnr(time, points)* |
ulalume3@99 | 593 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 594 | corresponding to the near range elastic polarization component which is |
ulalume3@99 | 595 | reflected by the polarization sensitive optical subsystem. This |
ulalume3@99 | 596 | component may correspond to a total, cross or parallel polarization |
ulalume3@99 | 597 | component depending on the particular system configuration. If this |
ulalume3@99 | 598 | variable is present also the corresponding *elPRfr* variable should be |
ulalume3@99 | 599 | present in the file. |
ulalume3@99 | 600 | |
ulalume3@99 | 601 | - Variable name: *elPRnr\_err* |
ulalume3@99 | 602 | |
ulalume3@99 | 603 | :Type: *double* |
ulalume3@99 | 604 | :Number of dimensions: 2 |
ulalume3@99 | 605 | :Dimensions: *time, points* |
ulalume3@99 | 606 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 607 | range polarization sensitive elastic channels |
ulalume3@99 | 608 | :NetCDF definition: * double elPRnr\_err(time, points)* |
ulalume3@99 | 609 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 610 | corresponding to the variable *elPRnr*. |
ulalume3@99 | 611 | |
ulalume3@99 | 612 | - Variable name: *elPRfr* |
ulalume3@99 | 613 | |
ulalume3@99 | 614 | :Type: *double* |
ulalume3@99 | 615 | :Number of dimensions: 2 |
ulalume3@99 | 616 | :Dimensions: *time, points* |
ulalume3@99 | 617 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 618 | range polarization sensitive elastic channels |
ulalume3@99 | 619 | :NetCDF definition: *double elPRfr(time, points)* |
ulalume3@99 | 620 | :Description: this variable contains the time-series of the RCS |
ulalume3@99 | 621 | corresponding to the far range elastic polarization component which is |
ulalume3@99 | 622 | reflected by the polarization sensitive optical subsystem. This |
ulalume3@99 | 623 | component may correspond to a total, cross or parallel polarization |
ulalume3@99 | 624 | component depending on the particular system configuration. If this |
ulalume3@99 | 625 | variable is present also the corresponding *elPRnr* variable should be |
ulalume3@99 | 626 | present in the file. |
ulalume3@99 | 627 | |
ulalume3@99 | 628 | - Variable name: *elPRfr\_err* |
ulalume3@99 | 629 | |
ulalume3@99 | 630 | :Type: *double* |
ulalume3@99 | 631 | :Number of dimensions: 2 |
ulalume3@99 | 632 | :Dimensions: *time, points* |
ulalume3@99 | 633 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 634 | range polarization sensitive elastic channels |
ulalume3@99 | 635 | :NetCDF definition: *double elPRfr\_err(time, points)* |
ulalume3@99 | 636 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 637 | corresponding to the variable *elPRfr*. |
ulalume3@99 | 638 | |
ulalume3@99 | 639 | - Variable name: *G\_T* |
ulalume3@99 | 640 | |
ulalume3@99 | 641 | :Type: *double* |
ulalume3@99 | 642 | :Number of dimensions: 0 |
ulalume3@99 | 643 | :Dimensions: N/A |
ulalume3@99 | 644 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 645 | polarization sensitive elastic channels |
ulalume3@99 | 646 | :NetCDF definition: *double G\_T* |
ulalume3@99 | 647 | :Description: G polarization cross-talk factor value corresponding to the |
ulalume3@99 | 648 | polarization transmitted channel. |
ulalume3@99 | 649 | |
ulalume3@99 | 650 | - Variable name: *G\_T\_Statistical\_Err* |
ulalume3@99 | 651 | |
ulalume3@99 | 652 | :Type: *double* |
ulalume3@99 | 653 | :Number of dimensions: 0 |
ulalume3@99 | 654 | :Dimensions: N/A |
ulalume3@99 | 655 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 656 | polarization sensitive elastic channels |
ulalume3@99 | 657 | :NetCDF definition: *double G\_T\_Statistical\_Err* |
ulalume3@99 | 658 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 659 | corresponding to the variable *G\_T*. |
ulalume3@99 | 660 | |
ulalume3@99 | 661 | - Variable name: *G\_T\_Systematic\_Err* |
ulalume3@99 | 662 | |
ulalume3@99 | 663 | :Type: *double* |
ulalume3@99 | 664 | :Number of dimensions: 0 |
ulalume3@99 | 665 | :Dimensions: N/A |
ulalume3@99 | 666 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 667 | polarization sensitive elastic channels |
ulalume3@99 | 668 | :NetCDF definition: *double G\_T\_Systematic\_Err* |
ulalume3@99 | 669 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 670 | corresponding to the variable *G\_T*. |
ulalume3@99 | 671 | |
ulalume3@99 | 672 | - Variable name: *H\_T* |
ulalume3@99 | 673 | |
ulalume3@99 | 674 | :Type: *double* |
ulalume3@99 | 675 | :Number of dimensions: 0 |
ulalume3@99 | 676 | :Dimensions: N/A |
ulalume3@99 | 677 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 678 | polarization sensitive elastic channels |
ulalume3@99 | 679 | :NetCDF definition: *double H\_T* |
ulalume3@99 | 680 | :Description: H polarization cross-talk factor value corresponding to the |
ulalume3@99 | 681 | polarization transmitted channel. |
ulalume3@99 | 682 | |
ulalume3@99 | 683 | - Variable name: *H\_T\_Statistical\_Err* |
ulalume3@99 | 684 | |
ulalume3@99 | 685 | :Type: *double* |
ulalume3@99 | 686 | :Number of dimensions: 0 |
ulalume3@99 | 687 | :Dimensions: N/A |
ulalume3@99 | 688 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 689 | polarization sensitive elastic channels |
ulalume3@99 | 690 | :NetCDF definition: *double H\_T\_Statistical\_Err* |
ulalume3@99 | 691 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 692 | corresponding to the variable *H\_T*. |
ulalume3@99 | 693 | |
ulalume3@99 | 694 | - Variable name: *H\_T\_Systematic\_Err* |
ulalume3@99 | 695 | |
ulalume3@99 | 696 | :Type: *double* |
ulalume3@99 | 697 | :Number of dimensions: 0 |
ulalume3@99 | 698 | :Dimensions: N/A |
ulalume3@99 | 699 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 700 | polarization sensitive elastic channels |
ulalume3@99 | 701 | :NetCDF definition: *double H\_T\_Systematic\_Err* |
ulalume3@99 | 702 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 703 | corresponding to the variable *H\_T*. |
ulalume3@99 | 704 | |
ulalume3@99 | 705 | - Variable name: *G\_R* |
ulalume3@99 | 706 | |
ulalume3@99 | 707 | :Type: *double* |
ulalume3@99 | 708 | :Number of dimensions: 0 |
ulalume3@99 | 709 | :Dimensions: N/A |
ulalume3@99 | 710 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 711 | polarization sensitive elastic channels |
ulalume3@99 | 712 | :NetCDF definition: *double G\_R* |
ulalume3@99 | 713 | :Description: G polarization cross-talk factor value corresponding to the |
ulalume3@99 | 714 | polarization reflected channel. |
ulalume3@99 | 715 | |
ulalume3@99 | 716 | - Variable name: *G\_R\_Statistical\_Err* |
ulalume3@99 | 717 | |
ulalume3@99 | 718 | :Type: *double* |
ulalume3@99 | 719 | :Number of dimensions: 0 |
ulalume3@99 | 720 | :Dimensions: N/A |
ulalume3@99 | 721 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 722 | polarization sensitive elastic channels |
ulalume3@99 | 723 | :NetCDF definition: *double G\_R\_Statistical\_Err* |
ulalume3@99 | 724 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 725 | corresponding to the variable *G\_R*. |
ulalume3@99 | 726 | |
ulalume3@99 | 727 | - Variable name: *G\_R\_Systematic\_Err* |
ulalume3@99 | 728 | |
ulalume3@99 | 729 | :Type: *double* |
ulalume3@99 | 730 | :Number of dimensions: 0 |
ulalume3@99 | 731 | :Dimensions: N/A |
ulalume3@99 | 732 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 733 | polarization sensitive elastic channels |
ulalume3@99 | 734 | :NetCDF definition: * double G\_R\_Systematic\_Err* |
ulalume3@99 | 735 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 736 | corresponding to the variable *G\_R*. |
ulalume3@99 | 737 | |
ulalume3@99 | 738 | - Variable name: *H\_R* |
ulalume3@99 | 739 | |
ulalume3@99 | 740 | :Type: *double* |
ulalume3@99 | 741 | :Number of dimensions: 0 |
ulalume3@99 | 742 | :Dimensions: N/A |
ulalume3@99 | 743 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 744 | polarization sensitive elastic channels |
ulalume3@99 | 745 | :NetCDF definition: *double H\_R* |
ulalume3@99 | 746 | :Description: H polarization cross-talk factor value corresponding to the |
ulalume3@99 | 747 | polarization reflected channel. |
ulalume3@99 | 748 | |
ulalume3@99 | 749 | - Variable name: *H\_R\_Statistical\_Err* |
ulalume3@99 | 750 | |
ulalume3@99 | 751 | :Type: *double* |
ulalume3@99 | 752 | :Number of dimensions: 0 |
ulalume3@99 | 753 | :Dimensions: N/A |
ulalume3@99 | 754 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 755 | polarization sensitive elastic channels |
ulalume3@99 | 756 | :NetCDF definition: *double H\_R\_Statistical\_Err* |
ulalume3@99 | 757 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 758 | corresponding to the variable *H\_R*. |
ulalume3@99 | 759 | |
ulalume3@99 | 760 | - Variable name: *H\_R\_Systematic\_Err* |
ulalume3@99 | 761 | |
ulalume3@99 | 762 | :Type: *double* |
ulalume3@99 | 763 | :Number of dimensions: 0 |
ulalume3@99 | 764 | :Dimensions: N/A |
ulalume3@99 | 765 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 766 | polarization sensitive elastic channels |
ulalume3@99 | 767 | :NetCDF definition: *double H\_R\_Systematic\_Err* |
ulalume3@99 | 768 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 769 | corresponding to the variable *H\_R*. |
ulalume3@99 | 770 | |
ulalume3@99 | 771 | - Variable name: *Polarization\_Channel\_Gain\_Factor* |
ulalume3@99 | 772 | |
ulalume3@99 | 773 | :Type: *double* |
ulalume3@99 | 774 | :Number of dimensions: 0 |
ulalume3@99 | 775 | :Dimensions: N/A |
ulalume3@99 | 776 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 777 | polarization sensitive elastic channels |
ulalume3@99 | 778 | :NetCDF definition: *double Polarization\_Channel\_Gain\_Factor* |
ulalume3@99 | 779 | :Description: this variable reports the value of the gain ratio of the |
ulalume3@99 | 780 | reflected and transmitted polarization channels. |
ulalume3@99 | 781 | |
ulalume3@99 | 782 | - Variable name: *Polarization\_Channel\_Gain\_Factor\_Statistical\_Err |
ulalume3@99 | 783 | * |
ulalume3@99 | 784 | |
ulalume3@99 | 785 | :Type: *double* |
ulalume3@99 | 786 | :Number of dimensions: 0 |
ulalume3@99 | 787 | :Dimensions: N/A |
ulalume3@99 | 788 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 789 | polarization sensitive elastic channels |
ulalume3@99 | 790 | :NetCDF definition: *double |
ulalume3@99 | 791 | Polarization\_Channel\_Gain\_Factor\_Statistical\_Err* |
ulalume3@99 | 792 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 793 | corresponding to the variable *Polarization\_Channel\_Gain\_Factor*. |
ulalume3@99 | 794 | |
ulalume3@99 | 795 | - Variable name: *Polarization\_Channel\_Gain\_Factor\_Systematic\_Err |
ulalume3@99 | 796 | * |
ulalume3@99 | 797 | |
ulalume3@99 | 798 | :Type: *double* |
ulalume3@99 | 799 | :Number of dimensions: 0 |
ulalume3@99 | 800 | :Dimensions: N/A |
ulalume3@99 | 801 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 802 | polarization sensitive elastic channels |
ulalume3@99 | 803 | :NetCDF definition: *double |
ulalume3@99 | 804 | Polarization\_Channel\_Gain\_Factor\_Systematic\_Err* |
ulalume3@99 | 805 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 806 | corresponding to the variable *Polarization\_Channel\_Gain\_Factor*. |
ulalume3@99 | 807 | |
ulalume3@99 | 808 | - Variable name: *Polarization\_Channel\_Gain\_Factor\_Correction* |
ulalume3@99 | 809 | |
ulalume3@99 | 810 | :Type: *double* |
ulalume3@99 | 811 | :Number of dimensions: 0 |
ulalume3@99 | 812 | :Dimensions: N/A |
ulalume3@99 | 813 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 814 | polarization sensitive elastic channels |
ulalume3@99 | 815 | :NetCDF definition: *double |
ulalume3@99 | 816 | Polarization\_Channel\_Gain\_Factor\_Correction* |
ulalume3@99 | 817 | :Description: this variable reports the value of the correction to the |
ulalume3@99 | 818 | gain ratio of the reflected and transmitted polarization channels. |
ulalume3@99 | 819 | |
ulalume3@99 | 820 | - Variable name: |
ulalume3@99 | 821 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Statistical\_Err* |
ulalume3@99 | 822 | |
ulalume3@99 | 823 | :Type: *double* |
ulalume3@99 | 824 | :Number of dimensions: 0 |
ulalume3@99 | 825 | :Dimensions: N/A |
ulalume3@99 | 826 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 827 | polarization sensitive elastic channels |
ulalume3@99 | 828 | :NetCDF definition: * double |
ulalume3@99 | 829 | Polarization\_Channel\_Gain\_Factor\_Correction\_Statistical\_Err* |
ulalume3@99 | 830 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 831 | corresponding to the variable |
ulalume3@99 | 832 | *Polarization\_Channel\_Gain\_Factor\_Correction*. |
ulalume3@99 | 833 | |
ulalume3@99 | 834 | - Variable name: |
ulalume3@99 | 835 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Systematic\_Err* |
ulalume3@99 | 836 | |
ulalume3@99 | 837 | :Type: *double* |
ulalume3@99 | 838 | :Number of dimensions: 0 |
ulalume3@99 | 839 | :Dimensions: N/A |
ulalume3@99 | 840 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 841 | polarization sensitive elastic channels |
ulalume3@99 | 842 | :NetCDF definition: *double |
ulalume3@99 | 843 | Polarization\_Channel\_Gain\_Factor\_Correction\_Systematic\_Err* |
ulalume3@99 | 844 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 845 | corresponding to the variable |
ulalume3@99 | 846 | *Polarization\_Channel\_Gain\_Factor\_Correction*. |
ulalume3@99 | 847 | |
ulalume3@99 | 848 | - Variable name: *G\_T\_Near\_Range* |
ulalume3@99 | 849 | |
ulalume3@99 | 850 | :Type: *double* |
ulalume3@99 | 851 | :Number of dimensions: 0 |
ulalume3@99 | 852 | :Dimensions: N/A |
ulalume3@99 | 853 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 854 | range polarization sensitive elastic channels |
ulalume3@99 | 855 | :NetCDF definition: *double G\_T\_Near\_Range* |
ulalume3@99 | 856 | :Description: G polarization cross-talk factor value corresponding to the |
ulalume3@99 | 857 | near range polarization transmitted channel. |
ulalume3@99 | 858 | |
ulalume3@99 | 859 | - Variable name: *G\_T\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 860 | |
ulalume3@99 | 861 | :Type: *double* |
ulalume3@99 | 862 | :Number of dimensions: 0 |
ulalume3@99 | 863 | :Dimensions: N/A |
ulalume3@99 | 864 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 865 | range polarization sensitive elastic channels |
ulalume3@99 | 866 | :NetCDF definition: *double G\_T\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 867 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 868 | corresponding to the variable *G\_T\_Near\_Range*. |
ulalume3@99 | 869 | |
ulalume3@99 | 870 | - Variable name: *G\_T\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 871 | |
ulalume3@99 | 872 | :Type: *double* |
ulalume3@99 | 873 | :Number of dimensions: 0 |
ulalume3@99 | 874 | :Dimensions: N/A |
ulalume3@99 | 875 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 876 | range polarization sensitive elastic channels |
ulalume3@99 | 877 | :NetCDF definition: *double G\_T\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 878 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 879 | corresponding to the variable *G\_T\_Near\_Range*. |
ulalume3@99 | 880 | |
ulalume3@99 | 881 | - Variable name: *H\_T\_Near\_Range* |
ulalume3@99 | 882 | |
ulalume3@99 | 883 | :Type: *double* |
ulalume3@99 | 884 | :Number of dimensions: 0 |
ulalume3@99 | 885 | :Dimensions: N/A |
ulalume3@99 | 886 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 887 | range polarization sensitive elastic channels |
ulalume3@99 | 888 | :NetCDF definition: *double H\_T\_Near\_Range* |
ulalume3@99 | 889 | :Description: H polarization cross-talk factor value corresponding to the |
ulalume3@99 | 890 | near range polarization transmitted channel. |
ulalume3@99 | 891 | |
ulalume3@99 | 892 | - Variable name: *H\_T\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 893 | |
ulalume3@99 | 894 | :Type: *double* |
ulalume3@99 | 895 | :Number of dimensions: 0 |
ulalume3@99 | 896 | :Dimensions: N/A |
ulalume3@99 | 897 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 898 | range polarization sensitive elastic channels |
ulalume3@99 | 899 | :NetCDF definition: *double H\_T\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 900 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 901 | corresponding to the variable *H\_T\_Near\_Range*. |
ulalume3@99 | 902 | |
ulalume3@99 | 903 | - Variable name: *H\_T\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 904 | |
ulalume3@99 | 905 | :Type: *double* |
ulalume3@99 | 906 | :Number of dimensions: 0 |
ulalume3@99 | 907 | :Dimensions: N/A |
ulalume3@99 | 908 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 909 | range polarization sensitive elastic channels |
ulalume3@99 | 910 | :NetCDF definition: *double H\_T\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 911 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 912 | corresponding to the variable *H\_T\_Near\_Range*. |
ulalume3@99 | 913 | |
ulalume3@99 | 914 | - Variable name: *G\_R\_Near\_Range* |
ulalume3@99 | 915 | |
ulalume3@99 | 916 | :Type: *double* |
ulalume3@99 | 917 | :Number of dimensions: 0 |
ulalume3@99 | 918 | :Dimensions: N/A |
ulalume3@99 | 919 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 920 | range polarization sensitive elastic channels |
ulalume3@99 | 921 | :NetCDF definition: *double G\_R\_Near\_Range* |
ulalume3@99 | 922 | :Description: G polarization cross-talk factor value corresponding to the |
ulalume3@99 | 923 | near range polarization reflected channel. |
ulalume3@99 | 924 | |
ulalume3@99 | 925 | - Variable name: *G\_R\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 926 | |
ulalume3@99 | 927 | :Type: *double* |
ulalume3@99 | 928 | :Number of dimensions: 0 |
ulalume3@99 | 929 | :Dimensions: N/A |
ulalume3@99 | 930 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 931 | range polarization sensitive elastic channels |
ulalume3@99 | 932 | :NetCDF definition: *double G\_R\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 933 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 934 | corresponding to the variable *G\_R\_Near\_Range*. |
ulalume3@99 | 935 | |
ulalume3@99 | 936 | - Variable name: *G\_R\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 937 | |
ulalume3@99 | 938 | :Type: *double* |
ulalume3@99 | 939 | :Number of dimensions: 0 |
ulalume3@99 | 940 | :Dimensions: N/A |
ulalume3@99 | 941 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 942 | range polarization sensitive elastic channels |
ulalume3@99 | 943 | :NetCDF definition: *double G\_R\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 944 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 945 | corresponding to the variable *G\_R\_Near\_Range*. |
ulalume3@99 | 946 | |
ulalume3@99 | 947 | - Variable name: *H\_R\_Near\_Range* |
ulalume3@99 | 948 | |
ulalume3@99 | 949 | :Type: *double* |
ulalume3@99 | 950 | :Number of dimensions: 0 |
ulalume3@99 | 951 | :Dimensions: N/A |
ulalume3@99 | 952 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 953 | range polarization sensitive elastic channels |
ulalume3@99 | 954 | :NetCDF definition: *double H\_R\_Near\_Range* |
ulalume3@99 | 955 | :Description: H polarization cross-talk factor value corresponding to the |
ulalume3@99 | 956 | near range polarization reflected channel. |
ulalume3@99 | 957 | |
ulalume3@99 | 958 | - Variable name: *H\_R\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 959 | |
ulalume3@99 | 960 | :Type: *double* |
ulalume3@99 | 961 | :Number of dimensions: 0 |
ulalume3@99 | 962 | :Dimensions: N/A |
ulalume3@99 | 963 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 964 | range polarization sensitive elastic channels |
ulalume3@99 | 965 | :NetCDF definition: * double H\_R\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 966 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 967 | corresponding to the variable *H\_R\_Near\_Range*. |
ulalume3@99 | 968 | |
ulalume3@99 | 969 | - Variable name: *H\_R\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 970 | |
ulalume3@99 | 971 | :Type: *double* |
ulalume3@99 | 972 | :Number of dimensions: 0 |
ulalume3@99 | 973 | :Dimensions: N/A |
ulalume3@99 | 974 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 975 | range polarization sensitive elastic channels |
ulalume3@99 | 976 | :NetCDF definition: *double H\_R\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 977 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 978 | corresponding to the variable *H\_R\_Near\_Range*. |
ulalume3@99 | 979 | |
ulalume3@99 | 980 | - Variable name: *Polarization\_Channel\_Gain\_Factor\_Near\_Range* |
ulalume3@99 | 981 | |
ulalume3@99 | 982 | :Type: *double* |
ulalume3@99 | 983 | :Number of dimensions: 0 |
ulalume3@99 | 984 | :Dimensions: N/A |
ulalume3@99 | 985 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 986 | range polarization sensitive elastic channels |
ulalume3@99 | 987 | :NetCDF definition: *double |
ulalume3@99 | 988 | Polarization\_Channel\_Gain\_Factor\_Near\_Range* |
ulalume3@99 | 989 | :Description: this variable reports the value of the gain ratio of the |
ulalume3@99 | 990 | near range reflected and transmitted polarization channels. |
ulalume3@99 | 991 | |
ulalume3@99 | 992 | - Variable name: |
ulalume3@99 | 993 | *Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 994 | |
ulalume3@99 | 995 | :Type: *double* |
ulalume3@99 | 996 | :Number of dimensions: 0 |
ulalume3@99 | 997 | :Dimensions: N/A |
ulalume3@99 | 998 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 999 | range polarization sensitive elastic channels |
ulalume3@99 | 1000 | :NetCDF definition: *double |
ulalume3@99 | 1001 | Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 1002 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1003 | corresponding to the variable |
ulalume3@99 | 1004 | *Polarization\_Channel\_Gain\_Near\_Range\_Factor*. |
ulalume3@99 | 1005 | |
ulalume3@99 | 1006 | - Variable name: |
ulalume3@99 | 1007 | *Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 1008 | |
ulalume3@99 | 1009 | :Type: *double* |
ulalume3@99 | 1010 | :Number of dimensions: 0 |
ulalume3@99 | 1011 | :Dimensions: N/A |
ulalume3@99 | 1012 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 1013 | range polarization sensitive elastic channels |
ulalume3@99 | 1014 | :NetCDF definition: *double |
ulalume3@99 | 1015 | Polarization\_Channel\_Gain\_Factor\_Near\_Range\_Systematic\_Err* |
ulalume3@99 | 1016 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1017 | corresponding to the variable |
ulalume3@99 | 1018 | *Polarization\_Channel\_Gain\_Factor\_Near\_Range*. |
ulalume3@99 | 1019 | |
ulalume3@99 | 1020 | - Variable name: |
ulalume3@99 | 1021 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range* |
ulalume3@99 | 1022 | |
ulalume3@99 | 1023 | :Type: *double* |
ulalume3@99 | 1024 | :Number of dimensions: 0 |
ulalume3@99 | 1025 | :Dimensions: N/A |
ulalume3@99 | 1026 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 1027 | range polarization sensitive elastic channels |
ulalume3@99 | 1028 | :NetCDF definition: *double |
ulalume3@99 | 1029 | Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range* |
ulalume3@99 | 1030 | :Description: this variable reports the value of the correction to the |
ulalume3@99 | 1031 | near range gain ratio of the reflected and transmitted polarization |
ulalume3@99 | 1032 | channels. |
ulalume3@99 | 1033 | |
ulalume3@99 | 1034 | - Variable name: |
ulalume3@99 | 1035 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Statistical\_Err* |
ulalume3@99 | 1036 | |
ulalume3@99 | 1037 | :Type: *double* |
ulalume3@99 | 1038 | :Number of dimensions: 0 |
ulalume3@99 | 1039 | :Dimensions: N/A |
ulalume3@99 | 1040 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 1041 | range polarization sensitive elastic channels |
ulalume3@99 | 1042 | :NetCDF definition:\ ** |
ulalume3@99 | 1043 | |
ulalume3@99 | 1044 | *double |
ulalume3@99 | 1045 | Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Statistical\_Err |
ulalume3@99 | 1046 | * |
ulalume3@99 | 1047 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1048 | corresponding to the variable |
ulalume3@99 | 1049 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range*. |
ulalume3@99 | 1050 | |
ulalume3@99 | 1051 | - Variable name: |
ulalume3@99 | 1052 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Systematic\_Err |
ulalume3@99 | 1053 | * |
ulalume3@99 | 1054 | |
ulalume3@99 | 1055 | :Type: *double* |
ulalume3@99 | 1056 | :Number of dimensions: 0 |
ulalume3@99 | 1057 | :Dimensions: N/A |
ulalume3@99 | 1058 | :Location: Present if the Low Resolution SCC L1 Product involves near |
ulalume3@99 | 1059 | range polarization sensitive elastic channels |
ulalume3@99 | 1060 | :NetCDF definition: |
ulalume3@99 | 1061 | |
ulalume3@99 | 1062 | *double |
ulalume3@99 | 1063 | Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range\_Systematic\_Err |
ulalume3@99 | 1064 | * |
ulalume3@99 | 1065 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1066 | corresponding to the variable |
ulalume3@99 | 1067 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Near\_Range*. |
ulalume3@99 | 1068 | |
ulalume3@99 | 1069 | - Variable name: *G\_T\_Far\_Range* |
ulalume3@99 | 1070 | |
ulalume3@99 | 1071 | :Type: *double* |
ulalume3@99 | 1072 | :Number of dimensions: 0 |
ulalume3@99 | 1073 | :Dimensions: N/A |
ulalume3@99 | 1074 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1075 | range polarization sensitive elastic channels |
ulalume3@99 | 1076 | :NetCDF definition: *double G\_T\_Far\_Range* |
ulalume3@99 | 1077 | :Description: G polarization cross-talk factor value corresponding to the |
ulalume3@99 | 1078 | far range polarization transmitted channel. |
ulalume3@99 | 1079 | |
ulalume3@99 | 1080 | - Variable name: *G\_T\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1081 | |
ulalume3@99 | 1082 | :Type: *double* |
ulalume3@99 | 1083 | :Number of dimensions: 0 |
ulalume3@99 | 1084 | :Dimensions: N/A |
ulalume3@99 | 1085 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1086 | range polarization sensitive elastic channels |
ulalume3@99 | 1087 | :NetCDF definition: *double G\_T\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1088 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1089 | corresponding to the variable *G\_T\_Far\_Range*. |
ulalume3@99 | 1090 | |
ulalume3@99 | 1091 | - Variable name: *G\_T\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1092 | |
ulalume3@99 | 1093 | :Type: *double* |
ulalume3@99 | 1094 | :Number of dimensions: 0 |
ulalume3@99 | 1095 | :Dimensions: N/A |
ulalume3@99 | 1096 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1097 | range polarization sensitive elastic channels |
ulalume3@99 | 1098 | :NetCDF definition: *double G\_T\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1099 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1100 | corresponding to the variable *G\_T\_Far\_Range*. |
ulalume3@99 | 1101 | |
ulalume3@99 | 1102 | - Variable name: *H\_T\_Far\_Range* |
ulalume3@99 | 1103 | |
ulalume3@99 | 1104 | :Type: *double* |
ulalume3@99 | 1105 | :Number of dimensions: 0 |
ulalume3@99 | 1106 | :Dimensions: N/A |
ulalume3@99 | 1107 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1108 | range polarization sensitive elastic channels |
ulalume3@99 | 1109 | :NetCDF definition: *double H\_T\_Far\_Range* |
ulalume3@99 | 1110 | :Description: H polarization cross-talk factor value corresponding to the |
ulalume3@99 | 1111 | far range polarization transmitted channel. |
ulalume3@99 | 1112 | |
ulalume3@99 | 1113 | - Variable name: *H\_T\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1114 | |
ulalume3@99 | 1115 | :Type: *double* |
ulalume3@99 | 1116 | :Number of dimensions: 0 |
ulalume3@99 | 1117 | :Dimensions: N/A |
ulalume3@99 | 1118 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1119 | range polarization sensitive elastic channels |
ulalume3@99 | 1120 | :NetCDF definition: *double H\_T\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1121 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1122 | corresponding to the variable *H\_T\_Far\_Range*. |
ulalume3@99 | 1123 | |
ulalume3@99 | 1124 | - Variable name: *H\_T\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1125 | |
ulalume3@99 | 1126 | :Type: *double* |
ulalume3@99 | 1127 | :Number of dimensions: 0 |
ulalume3@99 | 1128 | :Dimensions: N/A |
ulalume3@99 | 1129 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1130 | range polarization sensitive elastic channels |
ulalume3@99 | 1131 | :NetCDF definition: d\ *ouble H\_T\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1132 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1133 | corresponding to the variable *H\_T\_Far\_Range*. |
ulalume3@99 | 1134 | |
ulalume3@99 | 1135 | - Variable name: *G\_R\_Far\_Range* |
ulalume3@99 | 1136 | |
ulalume3@99 | 1137 | :Type: *double* |
ulalume3@99 | 1138 | :Number of dimensions: 0 |
ulalume3@99 | 1139 | :Dimensions: N/A |
ulalume3@99 | 1140 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1141 | range polarization sensitive elastic channels |
ulalume3@99 | 1142 | :NetCDF definition: *double G\_R\_Far\_Range* |
ulalume3@99 | 1143 | :Description: G polarization cross-talk factor value corresponding to the |
ulalume3@99 | 1144 | far range polarization reflected channel. |
ulalume3@99 | 1145 | |
ulalume3@99 | 1146 | - Variable name: *G\_R\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1147 | |
ulalume3@99 | 1148 | :Type: *double* |
ulalume3@99 | 1149 | :Number of dimensions: 0 |
ulalume3@99 | 1150 | :Dimensions: N/A |
ulalume3@99 | 1151 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1152 | range polarization sensitive elastic channels |
ulalume3@99 | 1153 | :NetCDF definition: *double G\_R\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1154 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1155 | corresponding to the variable *G\_R\_Far\_Range*. |
ulalume3@99 | 1156 | |
ulalume3@99 | 1157 | - Variable name: *G\_R\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1158 | |
ulalume3@99 | 1159 | :Type: *double* |
ulalume3@99 | 1160 | :Number of dimensions: 0 |
ulalume3@99 | 1161 | :Dimensions: N/A |
ulalume3@99 | 1162 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1163 | range polarization sensitive elastic channels |
ulalume3@99 | 1164 | :NetCDF definition: *double G\_R\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1165 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1166 | corresponding to the variable *G\_R\_Far\_Range*. |
ulalume3@99 | 1167 | |
ulalume3@99 | 1168 | - Variable name: *H\_R\_Far\_Range* |
ulalume3@99 | 1169 | |
ulalume3@99 | 1170 | :Type: *double* |
ulalume3@99 | 1171 | :Number of dimensions: 0 |
ulalume3@99 | 1172 | :Dimensions: N/A |
ulalume3@99 | 1173 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1174 | range polarization sensitive elastic channels |
ulalume3@99 | 1175 | :NetCDF definition: *double H\_R\_Far\_Range* |
ulalume3@99 | 1176 | :Description: H polarization cross-talk factor value corresponding to the |
ulalume3@99 | 1177 | far range polarization reflected channel. |
ulalume3@99 | 1178 | |
ulalume3@99 | 1179 | - Variable name: *H\_R\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1180 | |
ulalume3@99 | 1181 | :Type: *double* |
ulalume3@99 | 1182 | :Number of dimensions: 0 |
ulalume3@99 | 1183 | :Dimensions: N/A |
ulalume3@99 | 1184 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1185 | range polarization sensitive elastic channels |
ulalume3@99 | 1186 | :NetCDF definition: *double H\_R\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1187 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1188 | corresponding to the variable *H\_R\_Far\_Range*. |
ulalume3@99 | 1189 | |
ulalume3@99 | 1190 | - Variable name: *H\_R\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1191 | |
ulalume3@99 | 1192 | :Type: *double* |
ulalume3@99 | 1193 | :Number of dimensions: 0 |
ulalume3@99 | 1194 | :Dimensions: N/A |
ulalume3@99 | 1195 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1196 | range polarization sensitive elastic channels |
ulalume3@99 | 1197 | :NetCDF definition: *double H\_R\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1198 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1199 | corresponding to the variable *H\_R\_Far\_Range*. |
ulalume3@99 | 1200 | |
ulalume3@99 | 1201 | - Variable name: *Polarization\_Channel\_Gain\_Factor\_Far\_Range* |
ulalume3@99 | 1202 | |
ulalume3@99 | 1203 | :Type: *double* |
ulalume3@99 | 1204 | :Number of dimensions: 0 |
ulalume3@99 | 1205 | :Dimensions: N/A |
ulalume3@99 | 1206 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1207 | range polarization sensitive elastic channels |
ulalume3@99 | 1208 | :NetCDF definition: *double |
ulalume3@99 | 1209 | Polarization\_Channel\_Gain\_Factor\_Far\_Range* |
ulalume3@99 | 1210 | :Description: this variable reports the value of the gain ratio of the |
ulalume3@99 | 1211 | far range reflected and transmitted polarization channels. |
ulalume3@99 | 1212 | |
ulalume3@99 | 1213 | - Variable name: |
ulalume3@99 | 1214 | *Polarization\_Channel\_Gain\_Factor\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1215 | |
ulalume3@99 | 1216 | :Type: *double* |
ulalume3@99 | 1217 | :Number of dimensions: 0 |
ulalume3@99 | 1218 | :Dimensions: N/A |
ulalume3@99 | 1219 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1220 | range polarization sensitive elastic channels |
ulalume3@99 | 1221 | :NetCDF definition: *double |
ulalume3@99 | 1222 | Polarization\_Channel\_Gain\_Factor\_Far\_Range\_Statistical\_Err* |
ulalume3@99 | 1223 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1224 | corresponding to the variable |
ulalume3@99 | 1225 | *Polarization\_Channel\_Gain\_Far\_Range\_Factor*. |
ulalume3@99 | 1226 | |
ulalume3@99 | 1227 | - Variable name: |
ulalume3@99 | 1228 | P\ *olarization\_Channel\_Gain\_Factor\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1229 | |
ulalume3@99 | 1230 | :Type: *double* |
ulalume3@99 | 1231 | :Number of dimensions: 0 |
ulalume3@99 | 1232 | :Dimensions: N/A |
ulalume3@99 | 1233 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1234 | range polarization sensitive elastic channels |
ulalume3@99 | 1235 | :NetCDF definition: *double |
ulalume3@99 | 1236 | Polarization\_Channel\_Gain\_Factor\_Far\_Range\_Systematic\_Err* |
ulalume3@99 | 1237 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1238 | corresponding to the variable |
ulalume3@99 | 1239 | *Polarization\_Channel\_Gain\_Factor\_Far\_Range*. |
ulalume3@99 | 1240 | |
ulalume3@99 | 1241 | - Variable name: |
ulalume3@99 | 1242 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range* |
ulalume3@99 | 1243 | |
ulalume3@99 | 1244 | :Type: *double* |
ulalume3@99 | 1245 | :Number of dimensions: 0 |
ulalume3@99 | 1246 | :Dimensions: N/A |
ulalume3@99 | 1247 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1248 | range polarization sensitive elastic channels |
ulalume3@99 | 1249 | :NetCDF definition: d\ *ouble |
ulalume3@99 | 1250 | Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range* |
ulalume3@99 | 1251 | :Description: this variable reports the value of the correction to the |
ulalume3@99 | 1252 | far range gain ratio of the reflected and transmitted polarization |
ulalume3@99 | 1253 | channels. |
ulalume3@99 | 1254 | |
ulalume3@99 | 1255 | - Variable name: |
ulalume3@99 | 1256 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Statistical\_Err |
ulalume3@99 | 1257 | * |
ulalume3@99 | 1258 | |
ulalume3@99 | 1259 | :Type: *double* |
ulalume3@99 | 1260 | :Number of dimensions: 0 |
ulalume3@99 | 1261 | :Dimensions: N/A |
ulalume3@99 | 1262 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1263 | range polarization sensitive elastic channels |
ulalume3@99 | 1264 | :NetCDF definition: |
ulalume3@99 | 1265 | |
ulalume3@99 | 1266 | d\ *ouble |
ulalume3@99 | 1267 | Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Statistical\_Err |
ulalume3@99 | 1268 | * |
ulalume3@99 | 1269 | :Description: this variable describes the statistical uncertainties |
ulalume3@99 | 1270 | corresponding to the variable |
ulalume3@99 | 1271 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range*. |
ulalume3@99 | 1272 | |
ulalume3@99 | 1273 | - Variable name: |
ulalume3@99 | 1274 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Systematic\_Err |
ulalume3@99 | 1275 | * |
ulalume3@99 | 1276 | |
ulalume3@99 | 1277 | :Type: *double* |
ulalume3@99 | 1278 | :Number of dimensions: 0 |
ulalume3@99 | 1279 | :Dimensions: N/A |
ulalume3@99 | 1280 | :Location: Present if the Low Resolution SCC L1 Product involves far |
ulalume3@99 | 1281 | range polarization sensitive elastic channels |
ulalume3@99 | 1282 | :NetCDF definition: |
ulalume3@99 | 1283 | |
ulalume3@99 | 1284 | *double |
ulalume3@99 | 1285 | Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range\_Systematic\_Err |
ulalume3@99 | 1286 | * |
ulalume3@99 | 1287 | :Description: this variable describes the systematic uncertainties |
ulalume3@99 | 1288 | corresponding to the variable |
ulalume3@99 | 1289 | *Polarization\_Channel\_Gain\_Factor\_Correction\_Far\_Range*. |
ulalume3@99 | 1290 | |
ulalume3@99 | 1291 | - Variable name: *Depolarization\_Calibration\_Type* |
ulalume3@99 | 1292 | |
ulalume3@99 | 1293 | :Type: *integer* |
ulalume3@99 | 1294 | :Number of dimensions: 0 |
ulalume3@99 | 1295 | :Dimensions: N/A |
ulalume3@99 | 1296 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 1297 | polarization sensitive elastic channels |
ulalume3@99 | 1298 | :NetCDF definition: * int Depolarization\_Calibration\_Type* |
ulalume3@99 | 1299 | :Description: this variable describes the type of depolarization |
ulalume3@99 | 1300 | calibration that has been performed. A value of 1 means automatic |
ulalume3@99 | 1301 | calibration made the the SCC, a value of 2 means manual calibration |
ulalume3@99 | 1302 | inserted into the SCC database. |
ulalume3@99 | 1303 | |
ulalume3@99 | 1304 | - Variable name: *Molecular\_Linear\_Depolarization\_Ratio* |
ulalume3@99 | 1305 | |
ulalume3@99 | 1306 | :Type: *double* |
ulalume3@99 | 1307 | :Number of dimensions: 2 |
ulalume3@99 | 1308 | :Dimensions: *scan\_angles,points* |
ulalume3@99 | 1309 | :Location: Present if the Low Resolution SCC L1 Product involves |
ulalume3@99 | 1310 | polarization sensitive elastic channels |
ulalume3@99 | 1311 | :NetCDF definition: *double |
ulalume3@99 | 1312 | Molecular\_Linear\_Depolarization\_Ratio(scan\_angles, points)* |
ulalume3@99 | 1313 | :Description: this variable report the value of molecular linear |
ulalume3@99 | 1314 | depolarization ration for at given scan angles and at given altitude |
ulalume3@99 | 1315 | (*points*). This profile is calculated on the base of the atmospheric |
ulalume3@99 | 1316 | data from standard models or radiosonding submitted by the user as |
ulalume3@99 | 1317 | separate file. |
ulalume3@99 | 1318 | |
ulalume3@99 | 1319 | The altitude scale at which each RCS within the time-series reported by |
ulalume3@99 | 1320 | the variables *elT, elTnr, elTfr, vrRN2, vrRN2nr, vrRN2fr, elPT, elPTnr, |
ulalume3@99 | 1321 | elPTfr, elPR, elPRnr, elPRfr*, refer to can be obtained as: |
ulalume3@99 | 1322 | |
ulalume3@99 | 1323 | H(laser\_pointing\_angle\_of\_profiles(time),points) |
ulalume3@99 | 1324 | |
ulalume3@99 | 1325 | The total signal (*I*\ :sub:`*total*`) and the volume depolarization |
ulalume3@99 | 1326 | ratio (**) can be calculated out of reflected (*I*\ :sub:`*R*`) and |
ulalume3@99 | 1327 | transmitted (*I*\ :sub:`*T*`) polarization component intensities using |
ulalume3@99 | 1328 | the following equations: |
ulalume3@99 | 1329 | |
ulalume3@99 | 1330 | where *\** is the gain ratio of the reflected and transmitted |
ulalume3@99 | 1331 | polarization channels (variable *Polarization\_Channel\_Gain\_Factor*); |
ulalume3@99 | 1332 | *K* is the correction to the gain ratio of the reflected and transmitted |
ulalume3@99 | 1333 | polarization channels (variable |
ulalume3@99 | 1334 | *Polarization\_Channel\_Gain\_Factor\_Correction*); *I*\ :sub:`*R*` is |
ulalume3@99 | 1335 | the intensity of the reflected polarization component (variable *elPR*); |
ulalume3@99 | 1336 | *I*\ :sub:`*T*` is the intensity of the transmitted polarization |
ulalume3@99 | 1337 | component (variable *elPT*); and *G*\ :sub:`*T*`, *H*\ :sub:`*T*`, |
ulalume3@99 | 1338 | *G*\ :sub:`*R*` and *H*\ :sub:`*R*` are the polarization cross-talk |
ulalume3@99 | 1339 | parameters (variables *G\_T, H\_T, G\_R* and *H\_R*). |
ulalume3@99 | 1340 | |
ulalume3@99 | 1341 | Low Resolution SCC L1 Product Format: global attributes |
ulalume3@99 | 1342 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
ulalume3@99 | 1343 | |
ulalume3@99 | 1344 | In this section all the possible Low Resolution SCC L1 Product global |
ulalume3@99 | 1345 | attributes are reported. There are some global attributes that are |
ulalume3@99 | 1346 | mandatory and have to be present in all the Low Resolution SCC L1 |
ulalume3@99 | 1347 | Product files while there are others that have to be present only in |
ulalume3@99 | 1348 | specific cases. |
ulalume3@99 | 1349 | |
ulalume3@99 | 1350 | 1. Attribute name: *Location* |
ulalume3@99 | 1351 | |
ulalume3@99 | 1352 | :Type: *string* |
ulalume3@99 | 1353 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1354 | :Description: the name of site where the measurements have been performed |
ulalume3@99 | 1355 | |
ulalume3@99 | 1356 | 1. Attribute name: *System* |
ulalume3@99 | 1357 | |
ulalume3@99 | 1358 | :Type: *string* |
ulalume3@99 | 1359 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1360 | :Description: the name of the lidar system used to perform the |
ulalume3@99 | 1361 | measurements |
ulalume3@99 | 1362 | |
ulalume3@99 | 1363 | 1. Attribute name: *Latitude\_degrees\_north* |
ulalume3@99 | 1364 | |
ulalume3@99 | 1365 | :Type: *double* |
ulalume3@99 | 1366 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1367 | :Description: the latitude (in degrees North) of the measurement site |
ulalume3@99 | 1368 | |
ulalume3@99 | 1369 | 1. Attribute name: *Longitude\_degrees\_east* |
ulalume3@99 | 1370 | |
ulalume3@99 | 1371 | :Type: *double* |
ulalume3@99 | 1372 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1373 | :Description: the longitude (in degrees East) of the measurement site |
ulalume3@99 | 1374 | |
ulalume3@99 | 1375 | 1. Attribute name: *Altitude\_meter\_asl* |
ulalume3@99 | 1376 | |
ulalume3@99 | 1377 | :Type: *double* |
ulalume3@99 | 1378 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1379 | :Description: the altitude (in m above see level) of the measurement site |
ulalume3@99 | 1380 | |
ulalume3@99 | 1381 | 1. Attribute name: *Measurement\_ID* |
ulalume3@99 | 1382 | |
ulalume3@99 | 1383 | :Type: *string* |
ulalume3@99 | 1384 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1385 | :Description: within the SCC all the measurement sessions is identified |
ulalume3@99 | 1386 | by a string called *Measurement\_ID* uniquely. This gobal attributes |
ulalume3@99 | 1387 | provides this string. |
ulalume3@99 | 1388 | |
ulalume3@99 | 1389 | 1. Attribute name: *Measurement\_Start\_Date* |
ulalume3@99 | 1390 | |
ulalume3@99 | 1391 | :Type: *string* |
ulalume3@99 | 1392 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1393 | :Description: the start date of the measurements. The format in which |
ulalume3@99 | 1394 | this date is written is specified in the gobal attribute |
ulalume3@99 | 1395 | *Measurement\_Date\_Format*. |
ulalume3@99 | 1396 | |
ulalume3@99 | 1397 | 1. Attribute name: *Measurement\_Date\_Format* |
ulalume3@99 | 1398 | |
ulalume3@99 | 1399 | :Type: *string* |
ulalume3@99 | 1400 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1401 | :Description: the format in which the global attribute |
ulalume3@99 | 1402 | *Measurement\_Start\_Date* is given. |
ulalume3@99 | 1403 | |
ulalume3@99 | 1404 | 1. Attribute name: *Measurement\_Start\_Time\_UT* |
ulalume3@99 | 1405 | |
ulalume3@99 | 1406 | :Type: *string* |
ulalume3@99 | 1407 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1408 | :Description: the start time (UT) of the measurements. The format in |
ulalume3@99 | 1409 | which this time is written is specified in the global attribute |
ulalume3@99 | 1410 | *Measurement\_Time\_Format*. |
ulalume3@99 | 1411 | |
ulalume3@99 | 1412 | 1. Attribute name: *Measurement\_Time\_Format* |
ulalume3@99 | 1413 | |
ulalume3@99 | 1414 | :Type: *string* |
ulalume3@99 | 1415 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1416 | :Description: the format in which the global attribute |
ulalume3@99 | 1417 | *Measurement\_Start\_Time\_U*\ T is given. |
ulalume3@99 | 1418 | |
ulalume3@99 | 1419 | 1. Attribute name: *Comments* |
ulalume3@99 | 1420 | |
ulalume3@99 | 1421 | :Type: *string* |
ulalume3@99 | 1422 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1423 | :Description: this string can contain comments of the measurement session |
ulalume3@99 | 1424 | |
ulalume3@99 | 1425 | 1. Attribute name: *Overlap\_File\_Name* |
ulalume3@99 | 1426 | |
ulalume3@99 | 1427 | :Type: *string* |
ulalume3@99 | 1428 | :Location: Included in all the Low Resolution SCC L1 Product files for |
ulalume3@99 | 1429 | which an overlap file has been submitted by the data originator. |
ulalume3@99 | 1430 | :Description: The name of the overlap file to use for overlap correction. |
ulalume3@99 | 1431 | |
ulalume3@99 | 1432 | 1. Attribute name: *LR\_File\_Name* |
ulalume3@99 | 1433 | |
ulalume3@99 | 1434 | :Type: *string* |
ulalume3@99 | 1435 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1436 | corresponding to elastic only retrieval and for which an lidar ratio |
ulalume3@99 | 1437 | profile file has been submitted by the data originator. |
ulalume3@99 | 1438 | :Description: The name of the lidar ratio file containing the profile of |
ulalume3@99 | 1439 | particle lidar ratio values to use as input in the elastic only |
ulalume3@99 | 1440 | retrieval. |
ulalume3@99 | 1441 | |
ulalume3@99 | 1442 | 1. Attribute name: *SCCPreprocessingVersion* |
ulalume3@99 | 1443 | |
ulalume3@99 | 1444 | :Type: *string* |
ulalume3@99 | 1445 | :Location: Included in all the Low Resolution SCC L1 Product files |
ulalume3@99 | 1446 | :Description: the version of SCC used to produce the current Low |
ulalume3@99 | 1447 | Resolution SCC L1 Product |
ulalume3@99 | 1448 | |
ulalume3@99 | 1449 | Low Resolution SCC L1 Product Filename |
ulalume3@99 | 1450 | -------------------------------------- |
ulalume3@99 | 1451 | |
ulalume3@99 | 1452 | The filename of the Low Resolution SCC L1 Products has the following |
ulalume3@99 | 1453 | format: |
ulalume3@99 | 1454 | |
ulalume3@99 | 1455 | measurementid\_prodid.nc |
ulalume3@99 | 1456 | |
ulalume3@99 | 1457 | The *measurementid* is a 12 characters alphanumeric string identifying |
ulalume3@99 | 1458 | the measurement session at which the product refers to. The |
ulalume3@99 | 1459 | *measurementid* (which is unique for a given measurement session) allows |
ulalume3@99 | 1460 | to fully trance the SCC analysis performed on the current product. This |
ulalume3@99 | 1461 | can be done because each measurement session is recorded in a SCC |
ulalume3@99 | 1462 | database using the same string. In the same database the measurement |
ulalume3@99 | 1463 | session is linked to the lidar configuration used to analyze the data |
ulalume3@99 | 1464 | (which is recorded and fully characterized in the SCC database providing |
ulalume3@99 | 1465 | all the channel details) and to a set of optical products to calculate. |
ulalume3@99 | 1466 | |
ulalume3@99 | 1467 | The *prodid* is a numeric string identifying the optical product that |
ulalume3@99 | 1468 | has to be calculated by SCC (in particular ELDA module) by applying the |
ulalume3@99 | 1469 | optical retrieval algorithm on the current pre-processed L1 product. |
ulalume3@99 | 1470 | |
ulalume3@99 | 1471 | Different product types are defined within the SCC. The contents of a |
ulalume3@99 | 1472 | Low Resolution SCC L1 product depends on the type of the product |
ulalume3@99 | 1473 | specified in the its filename by prodid string. In particular only the |
ulalume3@99 | 1474 | **Aerosol Related Variables **\ and\ ** Polarization related variables** |
ulalume3@99 | 1475 | specified in the section 2.2 can change depending on product type. In |
ulalume3@99 | 1476 | Tab. 3.1 are reported the product-type related variables for each |
ulalume3@99 | 1477 | optical product type. |
ulalume3@99 | 1478 | |
ulalume3@99 | 1479 | To link the *prodid* string with the corresponding product type the SCC |
ulalume3@99 | 1480 | database a proper query to the SCC database should be addressed. |
ulalume3@99 | 1481 | |
ulalume3@99 | 1482 | **Table 3.1:** Possible variables that can be found in the SCC L1 |
ulalume3@99 | 1483 | Products for each optical product type |
ulalume3@99 | 1484 | |
ulalume3@99 | 1485 | +--------------------------------------------------------------+---------------------------------------------------+ |
ulalume3@99 | 1486 | | Product type | Possible variables in Low Resolution L1 Product | |
ulalume3@99 | 1487 | +--------------------------------------------------------------+---------------------------------------------------+ |
ulalume3@99 | 1488 | | Extinction only | vrRN2, vrRN2nr, vrRN2fr | |
ulalume3@99 | 1489 | | | | |
ulalume3@99 | 1490 | | | vrRN2\_err, vrRN2nr\_err, vrRN2fr\_err | |
ulalume3@99 | 1491 | +--------------------------------------------------------------+---------------------------------------------------+ |
ulalume3@99 | 1492 | | Elastic Backscatter | elT, elTnr, elTfr | |
ulalume3@99 | 1493 | | | | |
ulalume3@99 | 1494 | | Elastic Backscatter + Particle Linear Depolarization Ratio | elT\_err, elTnr\_err, elTfr\_err | |
ulalume3@99 | 1495 | | | | |
ulalume3@99 | 1496 | | | elPR, elPRnr, elPRfr | |
ulalume3@99 | 1497 | | | | |
ulalume3@99 | 1498 | | | elPR\_err, elPRnr\_err, elPRfr\_err | |
ulalume3@99 | 1499 | | | | |
ulalume3@99 | 1500 | | | elPT, elPTnr, elPTfr | |
ulalume3@99 | 1501 | | | | |
ulalume3@99 | 1502 | | | elPT\_err, elPTnr\_err, elPTfr\_err | |
ulalume3@99 | 1503 | +--------------------------------------------------------------+---------------------------------------------------+ |
ulalume3@99 | 1504 | | Raman Backscatter | elT, elTnr, elTfr | |
ulalume3@99 | 1505 | | | | |
ulalume3@99 | 1506 | | Raman Backscatter + Particle Linear Depolarization Ratio | elT\_err, elTnr\_err, elTfr\_err | |
ulalume3@99 | 1507 | | | | |
ulalume3@99 | 1508 | | Lidar Ratio | elPR, elPRnr, elPRfr | |
ulalume3@99 | 1509 | | | | |
ulalume3@99 | 1510 | | | elPR\_err, elPRnr\_err, elPRfr\_err | |
ulalume3@99 | 1511 | | | | |
ulalume3@99 | 1512 | | | elPT, elPTnr, elPTfr | |
ulalume3@99 | 1513 | | | | |
ulalume3@99 | 1514 | | | elPT\_err, elPTnr\_err, elPTfr\_err | |
ulalume3@99 | 1515 | | | | |
ulalume3@99 | 1516 | | | vrRN2, vrRN2nr, vrRN2fr | |
ulalume3@99 | 1517 | | | | |
ulalume3@99 | 1518 | | | vrRN2\_err, vrRN2nr\_err, vrRN2fr\_err | |
ulalume3@99 | 1519 | +--------------------------------------------------------------+---------------------------------------------------+ |