BEAT-II Record: MIPAS_NLE_L2

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of MIPAS_NLE_L2 data. The 'default' column indicates whether the specified data item is included in the ingestion by default or not. You can change which data items are ingested by making use of the include and exclude filter options (see below).

field nametypedimensionsdefaultdescription
typestring includedreference to the type of data in this record
elements_per_profileint32[profile]includedList of number of ingested points per profile. There will always be one profile per product
timedouble[main]includedThe time of the measurement (in seconds since 2000-01-01 00:00:00)
latitudedouble[main]includedTangent latitude of the measurement
longitudedouble[main]includedTangent longitude of the measurement
altitudedouble[main]includedTangent altitude of the measurement in km
pressuredouble[main]includedpressure for each sweep (in hPa)
pressure_errordouble[main]excludedVariance for the pressure (in hPa^2)
h2o_vmrdouble[main]excludedH2O volume mixing ratio
h2o_vmr_unitstring excludedppmv
h2o_vmr_errordouble[main]excludedVariance for the H2O volume mixing ratio
h2o_vmr_error_unitstring excludedppmv^2
h2o_vmr_validityuint8[main]excludedFlag indicating successful VMR retrieval
h2odouble[main]excludedH2O local density
h2o_unitstring excludedcm^-3
h2o_errordouble[main]excludedVariance for the H2O local density
h2o_error_unitstring excludedcm^-6
o3_vmrdouble[main]included*Ozone volume mixing ratio
o3_vmr_unitstring included*ppmv
o3_vmr_errordouble[main]included*Variance for the ozone volume mixing ratio
o3_vmr_error_unitstring included*ppmv^2
o3_vmr_validityuint8[main]excludedFlag indicating successful VMR retrieval
o3double[main]excludedOzone local density
o3_unitstring excludedcm^-3
o3_errordouble[main]excludedVariance for the ozone local density
o3_error_unitstring excludedcm^-6
temperaturedouble[main]excludedretrieved temperature for each sweep (in K)
temperature_errordouble[main]excludedVariance for the temperature (in K^2)

* Included by default only if no 'include' ingestion filter option was provided.

Ingestion filter options

Ingestion filter options are passed as a ',' or ';' separated string to the ingestion function. Each filter option needs to be formulated as option_name=value[ value value] (some options accept more than one value). For example, if a product has filter options 'altitude_min' and 'time_min' you can provide a filter option string "latitude_min=30,time_min=2003-01-01" to get all measurements at or above 30km and on or after January 1st 2003.

option nametypedescription
product_versionintegerIf multiple product format versions for this product type exist, you can use this filter option to select from which ones data should be ingested (i.e. you can provide a space-separated list of allowed product format version numbers). The list of available version numbers for this product type can be found in the CODA Product Format Definitions documentation.
includestringProvide a space-separated list of field names to ingest additional data items (i.e. fields that are not ingested by default). You can use the special case include=* to indicate that you want to ingest all available data items.
excludestringProvide a space-separated list of field names that you don't want ingested. Mind that the exclude filter is processed after the include filter.
time_mintime*Only include elements for which the value is greater than or equal to the provided filter option value
time_maxtime*Only include elements for which the value is less than or equal to the provided filter option value
timetime*Only include elements that match the list of given filter option values
latitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
latitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
latitudedoubleOnly include elements that match the list of given filter option values
longitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
longitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
longitudedoubleOnly include elements that match the list of given filter option values
altitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
altitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
altitudedoubleOnly include elements that match the list of given filter option values
pressure_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
pressure_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
pressuredoubleOnly include elements that match the list of given filter option values
pressure_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
pressure_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
pressure_errordoubleOnly include elements that match the list of given filter option values
h2o_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_vmrdoubleOnly include elements that match the list of given filter option values
h2o_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_vmr_errordoubleOnly include elements that match the list of given filter option values
h2o_vmr_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_vmr_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
h2o_vmr_validityintegerOnly include elements that match the list of given filter option values
h2o_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2odoubleOnly include elements that match the list of given filter option values
h2o_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_errordoubleOnly include elements that match the list of given filter option values
o3_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_vmrdoubleOnly include elements that match the list of given filter option values
o3_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_vmr_errordoubleOnly include elements that match the list of given filter option values
o3_vmr_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
o3_vmr_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
o3_vmr_validityintegerOnly include elements that match the list of given filter option values
o3_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3doubleOnly include elements that match the list of given filter option values
o3_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_errordoubleOnly include elements that match the list of given filter option values
temperature_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
temperature_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
temperaturedoubleOnly include elements that match the list of given filter option values
temperature_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
temperature_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
temperature_errordoubleOnly include elements that match the list of given filter option values
altitude_variantstringIf set to 'corrected' the corrected tangent altitude is ingested

* Time values can be passed as either 'yyyy-mm-dd', 'yyyy-mm-ddThh:mm:ss', 'yyyy-mm-ddThh:mm:ss.uuuuuu' or a floating point value indicating the amount of seconds since 2000-01-01 00:00:00.

Mapping description

Below a description is provided on how each data item in the ingested record was retrieved from the product.

field namemapping description
time path/scan_information_mds[]/zpd_crossing_time[]
latitude path/scan_information_mds[]/geolocation_los_tangent[]/latitude
longitude path/scan_information_mds[]/geolocation_los_tangent[]/longitude
altitude path/scan_information_mds[]/tangent_altitude_los[]
 
conditionaltitude_variant=corrected
path/scan_information_mds[]/retrievel_p_t/tangent_altitude[]
pressure path/scan_information_mds[]/retrieval_p_t/pressure[]
pressure_error path/scan_information_mds[]/retrieval_p_t/pressure_variance[]
h2o_vmr path/scan_information_mds[]/retrieval_vmr[species_number]/vmr[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
h2o_vmr_unit descriptionWill be set to "ppmv"
h2o_vmr_error path/scan_information_mds[]/retrieval_vmr[species_number]/vmr_variance[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
h2o_vmr_error_unit descriptionWill be set to "ppmv^2"
h2o_vmr_validity path/scan_information_mds[]/retrieval_vmr[species_number]/lrv_vmr_flag[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
h2o path/scan_information_mds[]/retrieval_vmr[species_number]/concentration[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
h2o_unit descriptionWill be set to "cm^-3"
h2o_error path/scan_information_mds[]/retrieval_vmr[species_number]/concentration_variance[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
h2o_error_unit descriptionWill be set to "cm^-6"
o3_vmr path/scan_information_mds[]/retrieval_vmr[species_number]/vmr[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
o3_vmr_unit descriptionWill be set to "ppmv"
o3_vmr_error path/scan_information_mds[]/retrieval_vmr[species_number]/vmr_variance[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
o3_vmr_error_unit descriptionWill be set to "ppmv^2"
o3_vmr_validity path/scan_information_mds[]/retrieval_vmr[species_number]/lrv_vmr_flag[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
o3 path/scan_information_mds[]/retrieval_vmr[species_number]/concentration[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
o3_unit descriptionWill be set to "cm^-3"
o3_error path/scan_information_mds[]/retrieval_vmr[species_number]/concentration_variance[], /sph/order_of_species
descriptionThe species_number value is the location of this species in the comma separated list of species in the /sph/order_of_species field
o3_error_unit descriptionWill be set to "cm^-6"
temperature path/scan_information_mds[]/retrieval_p_t/temp[]
temperature_error path/scan_information_mds[]/retrieval_p_t/temp_variance[]