BEAT-II Record: GOMOS_RR_L2

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of GOMOS_RR_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
o3double[main]included*Ozone local density
o3_unitstring included*cm^-3
o3_errordouble[main]included*Standard deviation for the ozone local density
o3_error_unitstring excluded%
o3_validityuint8[main]excludedPCD value for the ozone local density
no2double[main]excludedNO2 local density
no2_unitstring excludedcm^-3
no2_errordouble[main]excludedStandard deviation for the NO2 local density
no2_error_unitstring excluded%
no2_validityuint8[main]excludedPCD value for the NO2 local density
no3double[main]excludedNO3 local density
no3_unitstring excludedcm^-3
no3_errordouble[main]excludedStandard deviation for the NO3 local density
no3_error_unitstring excluded%
no3_validityuint8[main]excludedPCD value for the NO3 local density
airdouble[main]excludedAir local density
air_unitstring excludedcm^-3
air_descriptionstring excludedIndicates whether the model air density was retrieved
air_errordouble[main]excludedStandard deviation for the air local density
air_error_unitstring excluded%
air_validityuint8[main]excludedPCD value for the air local density
o2double[main]excludedO2 local density
o2_unitstring excludedcm^-3
o2_errordouble[main]excludedStandard deviation for the O2 local density
o2_error_unitstring excluded%
o2_validityuint8[main]excludedPCD value for the O2 local density
h2odouble[main]excludedH2O local density
h2o_unitstring excludedcm^-3
h2o_errordouble[main]excludedStandard deviation for the H2O local density
h2o_error_unitstring excluded%
h2o_validityuint8[main]excludedPCD value for the H2O local density
oclodouble[main]excludedOClO local density
oclo_unitstring excludedcm^-3
oclo_errordouble[main]excludedStandard deviation for the OClO local density
oclo_error_unitstring excluded%
oclo_validityuint8[main]excludedPCD value for the OClO local density
pressuredouble[main]excludedatmospheric pressure from external model (in hPa)
pressure_unitstring excludedhPa
temperaturedouble[main]excludedlocal temperature
temperature_unitstring excludedK
temperature_descriptionstring excludedIndicates whether the model temperature was retrieved
temperature_errordouble[main]excludedStandard deviation for the local temperature
temperature_error_unitstring excluded%
instrument_latitudedouble[main]excludedLatitude of the satellite position
instrument_longitudedouble[main]includedLongitude of the satellite position
instrument_altitudedouble[main]excludedAltitude of the satellite in km

* 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
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
o3_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
o3_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
o3_validityintegerOnly include elements that match the list of given filter option values
no2_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no2_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no2doubleOnly include elements that match the list of given filter option values
no2_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no2_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no2_errordoubleOnly include elements that match the list of given filter option values
no2_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
no2_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
no2_validityintegerOnly include elements that match the list of given filter option values
no3_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no3_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no3doubleOnly include elements that match the list of given filter option values
no3_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no3_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no3_errordoubleOnly include elements that match the list of given filter option values
no3_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
no3_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
no3_validityintegerOnly 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
air_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
air_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
air_validityintegerOnly include elements that match the list of given filter option values
o2_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o2_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o2doubleOnly include elements that match the list of given filter option values
o2_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o2_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o2_errordoubleOnly include elements that match the list of given filter option values
o2_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
o2_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
o2_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
h2o_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
h2o_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
h2o_validityintegerOnly include elements that match the list of given filter option values
oclo_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
oclo_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
oclodoubleOnly include elements that match the list of given filter option values
oclo_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
oclo_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
oclo_errordoubleOnly include elements that match the list of given filter option values
oclo_validity_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
oclo_validity_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
oclo_validityintegerOnly 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
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
temperature_variantstringIf set to 'model' the tangent point temperature from an external model is ingested, otherwise the local temperature is read
air_variantstringIf set to 'model' the air density from an external model is ingested, otherwise the local air density is read

* 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/rr_geolocation[]/dsr_time
latitude path/rr_geolocation[]/tangent_lat
longitude path/rr_geolocation[]/tangent_long
altitude path/rr_geolocation[]/tangent_alt
descriptionThe value is divided by 1000 to convert it to km
o3 path/rr_local_species_density[]/o3
o3_unit descriptionWill be set to "cm^-3"
o3_error path/rr_local_species_density[]/o3_std
o3_error_unit descriptionWill be set to "%"
o3_validity path/rr_local_species_density[]/pcd[0]
no2 path/rr_local_species_density[]/no2
no2_unit descriptionWill be set to "cm^-3"
no2_error path/rr_local_species_density[]/no2_std
no2_error_unit descriptionWill be set to "%"
no2_validity path/rr_local_species_density[]/pcd[1]
no3 path/rr_local_species_density[]/no3
no3_unit descriptionWill be set to "cm^-3"
no3_error path/rr_local_species_density[]/no3_std
no3_error_unit descriptionWill be set to "%"
no3_validity path/rr_local_species_density[]/pcd[2]
air path/rr_local_species_density[]/air
 
conditionair_variant=model and product version > 0
path/rr_geolocation[]/tangent_density
air_unit descriptionWill be set to "cm^-3"
air_description descriptionValue depends on air_variant filter option
air_error path/rr_local_species_density[]/air_std
descriptionNot available when the model air density is retrieved
air_error_unit descriptionWill be set to "%"
air_validity path/rr_local_species_density[]/pcd[3]
descriptionNot available when the model air density is retrieved
o2 path/rr_local_species_density[]/o2
o2_unit descriptionWill be set to "cm^-3"
o2_error path/rr_local_species_density[]/o2_std
o2_error_unit descriptionWill be set to "%"
o2_validity path/rr_local_species_density[]/pcd[4]
h2o path/rr_local_species_density[]/h2o
h2o_unit descriptionWill be set to "cm^-3"
h2o_error path/rr_local_species_density[]/h2o_std
h2o_error_unit descriptionWill be set to "%"
h2o_validity path/rr_local_species_density[]/pcd[5]
oclo path/rr_local_species_density[]/oclo
oclo_unit descriptionWill be set to "cm^-3"
oclo_error path/rr_local_species_density[]/oclo_std
oclo_error_unit descriptionWill be set to "%"
oclo_validity path/rr_local_species_density[]/pcd[6]
pressure path/rr_geolocation[]/tangent_atm_p
descriptionThe value is divided by 100 to convert it to hPa
pressure_unit descriptionWill be set to "hPa"
temperature path/rr_geolocation[]/local_temp
 
conditiontemperature_variant=model
path/rr_geolocation[]/tangent_temp
temperature_unit descriptionWill be set to "K"
temperature_description descriptionValue depends on temperature_variant filter option
temperature_error path/rr_geolocation[]/local_temp_std
temperature_error_unit descriptionWill be set to "%"
instrument_latitude path/rr_geolocation[]/lat
descriptionLatitude of the satellite position
instrument_longitude path/rr_geolocation[]/longit
instrument_altitude path/rr_geolocation[]/alt
descriptionThe value is divided by 1000 to convert it to km