BEAT-II Record: GOMOS_RR_L2_hrt

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of GOMOS_RR_L2_hrt 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
airdouble[main]excludedAir local density
air_unitstring excludedcm^-3
air_errordouble[main]excludedStandard deviation for the air local density
air_error_unitstring excluded%
temperaturedouble[main]includedlocal temperature
temperature_unitstring includedK
temperature_errordouble[main]includedStandard deviation for the local temperature
temperature_error_unitstring included%
instrument_latitudedouble[main]excludedLatitude of the satellite position
instrument_longitudedouble[main]excludedLongitude of the satellite position
instrument_altitudedouble[main]excludedAltitude of the satellite in km

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.
datastringSince this record type is not the default type of data that will be ingested for a GOMOS_RR_L2 product, you will have to provide a filter option data=hrt to get this type of record.
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
air_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
air_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
airdoubleOnly include elements that match the list of given filter option values
air_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
air_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
air_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
instrument_latitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
instrument_latitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
instrument_latitudedoubleOnly include elements that match the list of given filter option values
instrument_longitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
instrument_longitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
instrument_longitudedoubleOnly include elements that match the list of given filter option values
instrument_altitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
instrument_altitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
instrument_altitudedoubleOnly 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.

HRT data is only available in GOM_RR__2P products with product format version > 0

field namemapping description
time path/rr_high_res_temperature[]/dsr_time
descriptionthe time value for each HRT element is its (0-based) local index within the DSR * 0.025s + the DSR time
latitude path/rr_geolocation[]/tangent_lat
descriptionthe latitude will be duplicated for each of the 20 HRT measurements in a DSR
longitude path/rr_geolocation[]/tangent_long
descriptionthe longitude will be duplicated for each of the 20 HRT measurements in a DSR
altitude path/rr_high_res_temperature[]/tangent_alt[]
air path/rr_high_res_temperature[]/high_res_dens[]
air_unit descriptionWill be set to "cm^-3"
air_error path/rr_high_res_temperature[]/err_high_res_temp[]
air_error_unit descriptionWill be set to "%"
temperature path/rr_high_res_temperature[]/high_res_temp[]
temperature_unit descriptionWill be set to "K"
temperature_error path/rr_high_res_temperature[]/err_high_res_temp[]
temperature_error_unit descriptionWill be set to "%"
instrument_latitude path/rr_geolocation[]/lat
descriptionthe latitude will be duplicated for each of the 20 HRT measurements in a DSR
instrument_longitude path/rr_geolocation[]/longit
descriptionthe longitude will be duplicated for each of the 20 HRT measurements in a DSR
instrument_altitude path/rr_geolocation[]/alt
descriptionthe altitude will be duplicated for each of the 20 HRT measurements in a DSR