BEAT-II Record: OSIRIS_L2_O3_OE

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of OSIRIS_L2_O3_OE 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 profile (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
altitudedouble[main]includedThe altitude (in km) for each profile element
o3_vmrdouble[main]includedOzone volume mixing ratio (vmr)
o3_vmr_unitstring includedppmv
o3_vmr_errordouble[main]includedPrecision of the ozone concentration
o3_vmr_error_unitstring includedppmv
o3double[main]excludedOzone number density (in cm^-3)
solar_zenith_angledouble[main]excludedSolar zengith angle at the tangent point of the measurement. 0 is sun overhead, 90 is sun on the horizon
solar_azimuth_angledouble[main]excludedSolar azimuth angle at the tangent point of the measurement. 0 is due North, 90 is due East, 180 is South and 270 is West

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
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
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_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
solar_zenith_angle_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
solar_zenith_angle_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
solar_zenith_angledoubleOnly include elements that match the list of given filter option values
solar_azimuth_angle_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
solar_azimuth_angle_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
solar_azimuth_angledoubleOnly 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/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Geolocation_Fields/Time[]
descriptionThe time converted from TAI93 to seconds since 2000-01-01T00:00:00
latitude_per_profile path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Geolocation_Fields/Latitude[]
longitude_per_profile path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Geolocation_Fields/Longitude[]
altitude path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Geolocation_Fields/Altitude[]
descriptionThe altitude information will be duplicated for each profile
o3_vmr path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Data_Fields/O3[]
o3_vmr_unit descriptionWill be set to "ppmv"
o3_vmr_error path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Data_Fields/O3Precision[]
o3_vmr_error_unit descriptionWill be set to "ppmv"
o3 path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Data_Fields/O3NumberDensity[]
solar_zenith_angle path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Geolocation_Fields/SolarZenithAngle[]
solar_azimuth_angle path/HDFEOS/SWATHS/OSIRIS_Odin_O3_Chappuis_triplet_OE/Geolocation_Fields/SolarAzimuthAngle[]