BEAT-II Record: SMR_L2

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of SMR_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]included
time_per_profiledouble[profile]includedThe time of the measurement (in seconds since 2000-01-01 00:00:00)
latitude_per_profiledouble[profile]includedThe center latitude for a profile
longitude_per_profiledouble[profile]includedThe center longitude for a profile
solar_zenith_angle_per_profiledouble[profile]excludedAverage solar zenith angle for the scan
altitudedouble[main]includedThe altitude in km for each profile element
clo_vmrdouble[main]includedClO volume mixing ratio
clo_vmr_errordouble[main]includedPrecision of the ClO volume mixing ratio
co_vmrdouble[main]includedCO volume mixing ratio
co_vmr_errordouble[main]includedPrecision of the CO volume mixing ratio
h2o_vmrdouble[main]includedH2O volume mixing ratio
h2o_vmr_errordouble[main]includedPrecision of the H2O volume mixing ratio
h2o_161_vmrdouble[main]includedH2O (H1/O16/H1 isotopes) volume mixing ratio
h2o_161_vmr_errordouble[main]includedPrecision of the H2O volume mixing ratio
h2o_162_vmrdouble[main]includedH2O (H1/O16/H2 isotopes; HDO) volume mixing ratio
h2o_162_vmr_errordouble[main]includedPrecision of the H2O volume mixing ratio
h2o_181_vmrdouble[main]includedH2O (H1/O18/H1 isotopes) volume mixing ratio
h2o_181_vmr_errordouble[main]includedPrecision of the H2O volume mixing ratio
hno3_vmrdouble[main]includedHNO3 volume mixing ratio
hno3_vmr_errordouble[main]includedPrecision of the HNO3 volume mixing ratio
ho2_vmrdouble[main]includedHO2 volume mixing ratio
ho2_vmr_errordouble[main]includedPrecision of the HO2 volume mixing ratio
n2o_vmrdouble[main]includedN2O volume mixing ratio
n2o_vmr_errordouble[main]includedPrecision of the N2O volume mixing ratio
no_vmrdouble[main]includedNO volume mixing ratio
no_vmr_errordouble[main]includedPrecision of the NO volume mixing ratio
o3_vmrdouble[main]includedOzone volume mixing ratio
o3_vmr_errordouble[main]includedPrecision of the ozone volume mixing ratio
o3_666_vmrdouble[main]includedOzone (O16/O16/O16 isotopes) volume mixing ratio
o3_666_vmr_errordouble[main]includedPrecision of the ozone volume mixing ratio
o3_667_vmrdouble[main]includedOzone (O16/O16/O17 isotopes) volume mixing ratio
o3_667_vmr_errordouble[main]includedPrecision of the ozone volume mixing ratio
o3_668_vmrdouble[main]includedOzone (O16/O16/O18 isotopes) volume mixing ratio
o3_668_vmr_errordouble[main]includedPrecision of the ozone volume mixing ratio
o3_686_vmrdouble[main]includedOzone (O16/O18/O16 isotopes) volume mixing ratio
o3_686_vmr_errordouble[main]includedPrecision of the ozone volume mixing ratio
obro_vmrdouble[main]includedOBrO volume mixing ratio
obro_vmr_errordouble[main]includedPrecision of the OBrO volume mixing ratio
temperaturedouble[main]includedTemperature (in K)
temperature_errordouble[main]includedPrecision of the temperature
pressuredouble[main]includedPressure (in hPa)
pressure_errordouble[main]includedPrecision of the pressure

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
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_per_profile_mintime*Only include elements for which the value is greater than or equal to the provided filter option value
time_per_profile_maxtime*Only include elements for which the value is less than or equal to the provided filter option value
time_per_profiletime*Only include elements that match the list of given filter option values
latitude_per_profile_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
latitude_per_profile_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
latitude_per_profiledoubleOnly include elements that match the list of given filter option values
longitude_per_profile_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
longitude_per_profile_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
longitude_per_profiledoubleOnly include elements that match the list of given filter option values
solar_zenith_angle_per_profile_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
solar_zenith_angle_per_profile_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
solar_zenith_angle_per_profiledoubleOnly 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
clo_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
clo_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
clo_vmrdoubleOnly include elements that match the list of given filter option values
clo_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
clo_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
clo_vmr_errordoubleOnly include elements that match the list of given filter option values
co_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
co_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
co_vmrdoubleOnly include elements that match the list of given filter option values
co_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
co_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
co_vmr_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_161_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_161_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_161_vmrdoubleOnly include elements that match the list of given filter option values
h2o_161_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_161_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_161_vmr_errordoubleOnly include elements that match the list of given filter option values
h2o_162_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_162_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_162_vmrdoubleOnly include elements that match the list of given filter option values
h2o_162_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_162_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_162_vmr_errordoubleOnly include elements that match the list of given filter option values
h2o_181_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_181_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_181_vmrdoubleOnly include elements that match the list of given filter option values
h2o_181_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_181_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
h2o_181_vmr_errordoubleOnly include elements that match the list of given filter option values
hno3_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
hno3_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
hno3_vmrdoubleOnly include elements that match the list of given filter option values
hno3_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
hno3_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
hno3_vmr_errordoubleOnly include elements that match the list of given filter option values
ho2_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
ho2_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
ho2_vmrdoubleOnly include elements that match the list of given filter option values
ho2_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
ho2_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
ho2_vmr_errordoubleOnly include elements that match the list of given filter option values
n2o_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
n2o_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
n2o_vmrdoubleOnly include elements that match the list of given filter option values
n2o_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
n2o_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
n2o_vmr_errordoubleOnly include elements that match the list of given filter option values
no_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no_vmrdoubleOnly include elements that match the list of given filter option values
no_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no_vmr_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_666_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_666_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_666_vmrdoubleOnly include elements that match the list of given filter option values
o3_666_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_666_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_666_vmr_errordoubleOnly include elements that match the list of given filter option values
o3_667_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_667_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_667_vmrdoubleOnly include elements that match the list of given filter option values
o3_667_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_667_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_667_vmr_errordoubleOnly include elements that match the list of given filter option values
o3_668_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_668_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_668_vmrdoubleOnly include elements that match the list of given filter option values
o3_668_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_668_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_668_vmr_errordoubleOnly include elements that match the list of given filter option values
o3_686_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_686_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_686_vmrdoubleOnly include elements that match the list of given filter option values
o3_686_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_686_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_686_vmr_errordoubleOnly include elements that match the list of given filter option values
obro_vmr_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
obro_vmr_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
obro_vmrdoubleOnly include elements that match the list of given filter option values
obro_vmr_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
obro_vmr_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
obro_vmr_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
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

* 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_per_profile path/GHz/Data_Vgroup/Geolocation/Time[]
descriptionThe time converted from TAI93 to seconds since 2000-01-01T00:00:00
latitude_per_profile path/GHz/Data_Vgroup/Geolocation/Latitude[]
longitude_per_profile path/GHz/Data_Vgroup/Geolocation/Longitude[]
solar_zenith_angle_per_profile path/GHz/Data_Vgroup/Geolocation/SunZD[]
altitude path/GHz/Data_Vgroup/Data/Altitudes[]
clo_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
clo_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
co_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
co_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
h2o_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
h2o_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
h2o_161_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
h2o_161_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
h2o_162_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
h2o_162_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
h2o_181_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
h2o_181_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
hno3_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
hno3_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
ho2_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
ho2_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
n2o_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
n2o_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
no_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
no_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
o3_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
o3_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
o3_666_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
o3_666_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
o3_667_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
o3_667_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
o3_668_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
o3_668_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
o3_686_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
o3_686_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
obro_vmr path/GHz/Data_Vgroup/Data/Profiles[]
descriptionThe VMR is converted from ppv to ppmv
obro_vmr_error path/GHz/Data_Vgroup/Data/TotalError[]
descriptionThe VMR error is converted from ppv to ppmv
temperature path/GHz/Data_Vgroup/Data/Profiles[]
temperature_error path/GHz/Data_Vgroup/Data/TotalError[]
pressure path/GHz/Data_Vgroup/Data/Profiles[]
pressure_error path/GHz/Data_Vgroup/Data/TotalError[]