BEAT-II Data Description
The BEAT-II ingestion function can read data from various data products. The full list of products is provided below. BEAT-II will try to automatically recognize the product type of the files that you pass to the ingest function (if automatic recognition is somehow not possible, you can use a product_type filter option to let BEAT know the product type). The ingest function supports reading data from multiple files at once, but all files should have the same product type.
For each ingestion BEAT-II will return a single BEAT-II record with each field holding the contents for a specific quantity (e.g. O3 concentration, cloud fraction, altitude, longitude, time, etc.). You can often ingest multiple data items using a single ingestion. You can customize which fields you want included using the include and exclude filter options that can be passed to the ingest function.
All fields in a single record are linked to each other using the first dimension. The first O3 concentration value corresponds to the first altitude value, etc. Whenever different data items in a product can not be linked to each other in this way (e.g. if O3 and NO2 are retrieved using different grids it is not possible to have a single 'latitude'/'longitude' set of fields to describe the geolocation information for both retrievals) a product type will allow you to choose between different 'record types'. By default BEAT will always use the first record type from the list for a product type, but you can explicitly chose the type of record that you want by using the data ingestion filter option.
Sometimes, e.g. for profile data, metadata is provided in a 'lower' dimension. For instance, time values can be supplied only per profile (i.e. the value is the same for all altitude levels in a profile). BEAT-II deals with these different granularites by distinguishing between a 'main' and sub-dimensions for the first dimension of record fields (e.g. per 'profile' or per 'file'). Fields that are provided at a lower granularity for the first dimension have a fieldname that ends in _per_dimension and there will also be a special field elements_per_dimension in the record that indicates how many main elements there are per element in the sub-dimension. For instance, each array element of an elements_per_file field will give the amount of 'main' elements per file. If we would have two files, with 1401 measurements in the first file and 1295 measurements in the second file, the main dimension would have 2696 elements, the 'file' dimension would have 2 elements and the elements_per_file array would have the values {1401, 1295}.
The documentation for each record type (see the list below) will give an overview of all possible fields that can be included in the ingestion, the type and dimensions of each field, the filter options that can be provided for the ingestion and a full mapping description indicating where and how BEAT-II retrieved its data from the product file.
BEAT-II tries to keep a consistent naming and unit convention for the BEAT-II records, independent of the atmospheric data products from which the data was ingested. These conventions are further explained here.
An overview of all available fields can be found here.
Overview of supported products
The table below lists the product types that are supported by BEAT-II.
| BEAT-II product name | CODA product type | description |
|---|---|---|
| ACE_FTS_L2_ASCII_main | ACE-FTS L2 Retrievals V2.2 for main isotopologues (ASCII format; sxXXXX.asc, sxXXXXX.asc, sxXXXXtangrid.asc, or sxXXXXXtangrid.asc) | |
| ACE_FTS_L2_ASCII_iso | ACE-FTS L2 Retrievals V2.2 for subsidiary isotopologues (ASCII format; sxXXXXiso.asc, sxXXXXXiso.asc, sxXXXXisotangrid.asc, or sxXXXXXisotangrid.asc) | |
| BREMEN | BREMEN_MSGIUP/BREMEN | Reference spectrum database from Bremen |
| GOMOS_CRS_AX | ENVISAT_GOMOS/GOM_CRS_AX | GOMOS Cross-sections |
| GOMOS_EXT_L2 | ENVISAT_GOMOS/GOM_EXT_2P | GOMOS Residual Extinction |
| GOMOS_LIMB_L1 | ENVISAT_GOMOS/GOM_LIM_1P | Geolocated Calibrated Background Spectra (Limb) |
| GOMOS_NL_L2 | ENVISAT_GOMOS/GOM_NL__2P | GOMOS Temperature and Atmospheric Constituents Profiles |
| GOMOS_RR_L2 | ENVISAT_GOMOS/GOM_RR__2P | GOMOS Extracted Profiles for Meteo Users |
| GOMOS_TRA_L1 | ENVISAT_GOMOS/GOM_TRA_1P | Geolocated Calibrated Transmission Spectra |
| GOME2_L1 | EPS/GOME_xxx_1B | GOME2 Level 1b product |
| GOME2_L2_O3MNTO | HDF5 | GOME2 near-real-time total column trace gas product |
| GOME2_L2_O3MOTO | HDF5 | GOME2 offline total column trace gas product |
| GOME_L2_ERSNTO | HDF5 | GOME near-real-time total column trace gas product |
| GOME_L2_ERSOTO | HDF5 | GOME offline total column trace gas product |
| GOME_L1 | ERS_GOME/GOME_L1 | GOME Level-1 data |
| GOME_L1_EXTRACTED | ERS_GOME/GOME_L1_EXTRACTED | GOME Level-1 Extracted Spectra |
| GOME_L2 | ERS_GOME/GOME_L2 | GOME Level-2 Data |
| GOME_FDS_L4 | ERS_GOME/GOME_L4 | GOME Fast Delivery Service Assimilated Ozone Field products from KNMI |
| GOSAT_FTS_L1b | HDF5 | GOSAT FTS Level 1b data |
| GOSAT_FTS_L2_CO2_TC | HDF5 | GOSAT FTS Level 2 CO2 Total Column data |
| GOSAT_FTS_L2_CH4_TC | HDF5 | GOSAT FTS Level 2 CH4 Total Column data |
| HIRDLS_L2 | HDF5 | HIRDLS Level 2 product |
| HITRAN | Spectral line information in HITRAN format | |
| IASI_L1 | EPS/IASI_xxx_1C | IASI Level 1b data |
| IASI_L2 | EPS/IASI_SND_02 | IASI level 2 data |
| MIPAS_L1 | ENVISAT_MIPAS/MIP_NL__1P | Geolocated and Calibrated Spectra |
| MIPAS_NL_L2 | ENVISAT_MIPAS/MIP_NL__2P | MIPAS Temperature, Pressure, and Atmospheric Constituents Profiles |
| MIPAS_NLE_L2 | ENVISAT_MIPAS/MIP_NLE_2P | MIPAS Temperature, Pressure, and Atmospheric Constituents Profiles for Meteo Users |
| MLS_L2_BRO | HDF5 | MLS Bro profile |
| MLS_L2_CLO | HDF5 | MLS ClO profile |
| MLS_L2_CO | HDF5 | MLS CO profile |
| MLS_L2_GPH | HDF5 | MLS GPH profile |
| MLS_L2_H2O | HDF5 | MLS H2O profile |
| MLS_L2_HCL | HDF5 | MLS HCL profile |
| MLS_L2_HCN | HDF5 | MLS HCN profile |
| MLS_L2_HNO3 | HDF5 | MLS HNO3 profile |
| MLS_L2_HO2 | HDF5 | MLS HO2 profile |
| MLS_L2_OCl | HDF5 | MLS OCl profile |
| MLS_L2_IWC | HDF5 | MLS Ice Water Content profile |
| MLS_L2_N2O | HDF5 | MLS N2O profile |
| MLS_L2_O3 | HDF5 | MLS O3 profile |
| MLS_L2_OH | HDF5 | MLS OH profile |
| MLS_L2_RHI | HDF5 | MLS Relative Humidity Ice profile |
| MLS_L2_SO2 | HDF5 | MLS SO2 profile |
| MLS_L2_T | HDF5 | MLS Temperature profile |
| OMI_L2_OMCLDO2 | HDF5 | OMI Cloud Pressure and Fraction (O2-O2 Absorption) |
| OMI_L2_OMCLDRR | HDF5 | OMI Cloud Pressure and Fraction (Raman Scattering) |
| OMI_L2_OMDOAO3 | HDF5 | OMI Ozone Total Column (DOAS technique) |
| OMI_L2_OMTO3 | HDF5 | OMI Ozone Total Column (TOMS-like Algorithm) |
| OMI_L2_OMPROO3 | HDF5 | OMI Ozone Profile |
| OMI_L2_OMSO2 | HDF5 | OMI Sulphur Dioxide (SO2) Total Column |
| OMI_L2_OMNO2 | HDF5 | OMI Nitrogen Dioxide (NO2) Total and Tropospheric Columns |
| OMI_L2_OMBRO | HDF5 | OMI Bromine Monoxide (BrO) Total Column |
| OMI_L2_OMHCHO | HDF5 | OMI Formaldehyde (HCHO) Total Column |
| OMI_L2_OMOCLO | HDF5 | OMI Chlorine Dioxide (OClO) Column Amount |
| OMI_L2_OMUVB | HDF5 | OMI Surface UVB Irradiance & Erythemal Dose Rate |
| OMI_L2_OMAERUV | HDF5 | OMI Aerosol Data |
| OMI_L3_OMDOAO3e | HDF5 | OMI Ozone (O3) DOAS Total Column Daily L3 Global 0.25x0.25 deg Grid |
| OMI_L3_OMTO3d | HDF5 | OMI Ozone, Aerosol Index and Radiative Cloud Fraction Daily L3 Global 1x1 deg Grid |
| OMI_L3_OMTO3e | HDF5 | OMI Ozone and Radiative Cloud Fraction Daily L3 Global 0.25x0.25 deg Grid |
| OSIRIS_L2_Aerosol_MART | HDF5 | OSIRIS Odin L2 Aerosol Limb Saskatoon MART |
| OSIRIS_L2_NO2_OE | HDF5 | OSIRIS Odin L2 NO2 Limb Chalmers DOAS OE |
| OSIRIS_L2_NO2_MART | HDF5 | OSIRIS Odin L2 NO2 Limb Saskatoon MART |
| OSIRIS_L2_O3_OE | HDF5 | OSIRIS Odin L2 O3 Limb York Triplet OE |
| OSIRIS_L2_O3_MART | HDF5 | OSIRIS Odin L2 O3 Limb Saskatoon MART |
| SCIAMACHY_L1b | ENVISAT_SCIAMACHY/SCI_NL__1P | SCIAMACHY Level-1b data |
| SCIAMACHY_L1c | ENVISAT_SCIAMACHY/SCI_NLC_1P | SCIAMACHY Level-1c data |
| SCIAMACHY_L2_NL | ENVISAT_SCIAMACHY/SCI_NL__2P | SCIAMACHY Vertical Column Amounts |
| SCIAMACHY_L2_RV | ENVISAT_SCIAMACHY/SCI_RV__2P | SCIAMACHY Selected Vertical Column Amounts for Meteo Users |
| SCIAMACHY_L2_Offline | ENVISAT_SCIAMACHY/SCI_OL__2P | SCIAMACHY Off-Line Level-2 |
| TEMIS_L3_O3 | HDF4 | Assimilated O3 Column |
| TEMIS_L3_NO2 | Tropospheric NO2 Column | |
| TES_L2_CH4_Nadir | HDF5 | TES CH4 Nadir profile |
| TES_L2_CO_Nadir | HDF5 | TES CO Nadir profile |
| TES_L2_H2O_Nadir | HDF5 | TES H2O Nadir profile |
| TES_L2_O3_Nadir | HDF5 | TES O3 Nadir profile |
| TES_L2_Temperature_Nadir | HDF5 | TES Atmospheric Temperature Nadir profile |
Overview of supported records
The tables below show the available record types for each BEAT-II supported product type.
ACE_FTS_L2_ASCII_main
ACE-FTS L2 Retrievals V2.2 for main isotopologues (ASCII format; sxXXXX.asc, sxXXXXX.asc, sxXXXXtangrid.asc, or sxXXXXXtangrid.asc)
| name | data filter option | description |
|---|---|---|
| ACE_FTS_L2_ASCII_main | N/A (default) |
ACE_FTS_L2_ASCII_iso
ACE-FTS L2 Retrievals V2.2 for subsidiary isotopologues (ASCII format; sxXXXXiso.asc, sxXXXXXiso.asc, sxXXXXisotangrid.asc, or sxXXXXXisotangrid.asc)
| name | data filter option | description |
|---|---|---|
| ACE_FTS_L2_ASCII_iso | N/A (default) |
BREMEN
Reference spectrum database from Bremen
| name | data filter option | description |
|---|---|---|
| BREMEN_GOME_air_o3 | data=GOME_air_o3 (default) | GOME-air O3 at 202K, 221K, 241K, 273K and 293K |
| BREMEN_GOME_vacuum_o3 | data=GOME_vacuum_o3 | GOME-vacuum O3 at 202K, 221K, 241K, 273K and 293K |
| BREMEN_FTS_100mbar_o3 | data=FTS_100mbar_o3 | FTS-100mbar O3 at 203K, 223K, 246K, 280K and 293K |
| BREMEN_FTS_1000mbar_o3 | data=FTS_1000mbar_o3 | FTS-1000mbar O3 at 203K, 223K, 246K, 280K and 293K |
| BREMEN_GOME_air_no2 | data=GOME_air_no2 | GOME-air NO2 at 221K, 241K, 273K and 293K |
| BREMEN_GOME_vacuum_no2 | data=GOME_vacuum_no2 | GOME-vacuum NO2 at 221K, 241K, 273K and 293K |
| BREMEN_FTS_100mbar_no2 | data=FTS_100mbar_no2 | FTS-100mbar NO2 at 223K, 246K, 280K and 293K |
| BREMEN_FTS_1000mbar_no2 | data=FTS_1000mbar_no2 | FTS-1000mbar NO2 at 223K, 246K, 280K and 293K |
| BREMEN_TR_FTS_4cm_bro | data=TR_FTS_4cm_bro | TR-FTS-4cm BrO at 203K, 223K, 243K and 273K |
| BREMEN_STATIC_FTS_4cm_bro | data=STATIC_FTS_4cm_bro | STATIC-FTS-4cm BrO at 298K |
| BREMEN_FTS_1cm_oclo | data=FTS_1cm_oclo | FTS-1cm OClO at 213K, 233K, 253K, 273K and 293K |
| BREMEN_FTS_20cm_oclo | data=FTS_20cm_oclo | FTS-20cm OClO at 213K, 233K, 253K, 273K and 293K |
| BREMEN_SCIAMACHY_o3 | data=SCIAMACHY_o3 | SCIAMACHY O3 at 203K, 223K, 243K, 273K and 293K |
| BREMEN_SCIAMACHY_no2 | data=SCIAMACHY_no2 | SCIAMACHY NO2 at 203K, 223K, 243K, 273K and 293K |
| BREMEN_SCIAMACHY_so2 | data=SCIAMACHY_so2 | SCIAMACHY SO2 at 203K, 223K, 243K, 273K and 293K |
| BREMEN_SCIAMACHY_VISIBLE_o2 | data=SCIAMACHY_VISIBLE_o2 | SCIAMACHY-VISIBLE O2 at 203K, 243K and 293K |
| BREMEN_SCIAMACHY_UV_o2 | data=SCIAMACHY_UV_o2 | SCIAMACHY-UV O2 at 203K, 243K and 293K |
| BREMEN_SCIAMACHY_UV_oclo | data=SCIAMACHY_UV_oclo | SCIAMACHY OClO at 293K |
| BREMEN_SCIAMACHY_UV_h2co | data=SCIAMACHY_UV_h2co | SCIAMACHY H2CO at 293K |
GOMOS_CRS_AX
GOMOS Cross-sections
| name | data filter option | description |
|---|---|---|
| GOMOS_CRS_AX_o3 | data=o3 (default) | Ozone cross-sections |
| GOMOS_CRS_AX_no2 | data=no2 | NO2 cross-sections |
| GOMOS_CRS_AX_no3 | data=no3 | NO3 cross-sections |
| GOMOS_CRS_AX_oclo | data=oclo | OClO cross-sections |
| GOMOS_CRS_AX_o2 | data=o2 | O2 transmissions |
| GOMOS_CRS_AX_h2o | data=h2o | H2O transmissions |
GOMOS_EXT_L2
GOMOS Residual Extinction
| name | data filter option | description |
|---|---|---|
| GOMOS_EXT_L2 | N/A (default) | Residual Extinction |
GOMOS_LIMB_L1
Geolocated Calibrated Background Spectra (Limb)
| name | data filter option | description |
|---|---|---|
| GOMOS_LIMB_L1 | N/A (default) | Calibrated background spectra (Limb) |
GOMOS_NL_L2
GOMOS Temperature and Atmospheric Constituents Profiles
| name | data filter option | description |
|---|---|---|
| GOMOS_NL_L2 | N/A (default) | Profile data |
| GOMOS_NL_L2_hrt | data=hrt | High resolution temperature profile |
GOMOS_RR_L2
GOMOS Extracted Profiles for Meteo Users
| name | data filter option | description |
|---|---|---|
| GOMOS_RR_L2 | N/A (default) | Profile data |
| GOMOS_RR_L2_hrt | data=hrt | High resolution temperature profile |
GOMOS_TRA_L1
Geolocated Calibrated Transmission Spectra
| name | data filter option | description |
|---|---|---|
| GOMOS_TRA_L1 | N/A (default) | Transmission data |
| GOMOS_TRA_L1_satu | data=satu | Star Acquisition and Tracking Unit (SATU) data. SATU data is provided with a frequency of 100Hz when in tracking mode |
GOME2_L1
GOME2 Level 1b product
| name | data filter option | description |
|---|---|---|
| GOME2_L1_radiance | data=radiance (default) | Radiances |
| GOME2_L1_transmission | data=transmission | Transmission spectra (sun-normalized radiances) |
| GOME2_L1_sun | data=sun | Sun measurement spectra (sun irradiances) |
GOME2_L2_O3MNTO
GOME2 near-real-time total column trace gas product
| name | data filter option | description |
|---|---|---|
| GOME2_L2_O3MNTO | N/A (default) |
GOME2_L2_O3MOTO
GOME2 offline total column trace gas product
| name | data filter option | description |
|---|---|---|
| GOME2_L2_O3MOTO | N/A (default) |
GOME_L2_ERSNTO
GOME near-real-time total column trace gas product
| name | data filter option | description |
|---|---|---|
| GOME_L2_ERSNTO | N/A (default) |
GOME_L2_ERSOTO
GOME offline total column trace gas product
| name | data filter option | description |
|---|---|---|
| GOME_L2_ERSOTO | N/A (default) |
GOME_L1
GOME Level-1 data
| name | data filter option | description |
|---|---|---|
| GOME_L1 | N/A (default) | Measured detector readouts |
| GOME_L1_sun_reference | data=sun_reference | Sun spectra |
GOME_L1_EXTRACTED
GOME Level-1 Extracted Spectra
| name | data filter option | description |
|---|---|---|
| GOME_L1_EXTRACTED | N/A (default) | Measured radiances |
| GOME_L1_EXTRACTED_sun_reference | data=sun_reference | Sun spectra |
GOME_L2
GOME Level-2 Data
| name | data filter option | description |
|---|---|---|
| GOME_L2 | N/A (default) | Total column data |
GOME_FDS_L4
GOME Fast Delivery Service Assimilated Ozone Field products from KNMI
| name | data filter option | description |
|---|---|---|
| GOME_FDS_L4 | N/A (default) | Assimilated Ozone Field |
GOSAT_FTS_L1b
GOSAT FTS Level 1b data
| name | data filter option | description |
|---|---|---|
| GOSAT_FTS_L1b_band1p | data=band1p (default) | Band1-P spectra |
| GOSAT_FTS_L1b_band1s | data=band1s | Band1-S spectra |
| GOSAT_FTS_L1b_band2p | data=band2p | Band2-P spectra |
| GOSAT_FTS_L1b_band2s | data=band2s | Band2-S spectra |
| GOSAT_FTS_L1b_band3p | data=band3p | Band3-P spectra |
| GOSAT_FTS_L1b_band3s | data=band3s | Band3-S spectra |
| GOSAT_FTS_L1b_band4 | data=band4 | Band4 spectra |
GOSAT_FTS_L2_CO2_TC
GOSAT FTS Level 2 CO2 Total Column data
| name | data filter option | description |
|---|---|---|
| GOSAT_FTS_L2_CO2_TC | N/A (default) | CO2 Total Column data |
GOSAT_FTS_L2_CH4_TC
GOSAT FTS Level 2 CH4 Total Column data
| name | data filter option | description |
|---|---|---|
| GOSAT_FTS_L2_CH4_TC | N/A (default) | CH4 Total Column data |
HIRDLS_L2
HIRDLS Level 2 product
| name | data filter option | description |
|---|---|---|
| HIRDLS_L2 | N/A (default) |
HITRAN
Spectral line information in HITRAN format
| name | data filter option | description |
|---|---|---|
| HITRAN | N/A (default) | Spectral line information in HITRAN format |
IASI_L1
IASI Level 1b data
| name | data filter option | description |
|---|---|---|
| IASI_L1 | N/A (default) | Radiances |
IASI_L2
IASI level 2 data
| name | data filter option | description |
|---|---|---|
| IASI_L2 | N/A (default) | IASI total column data |
MIPAS_L1
Geolocated and Calibrated Spectra
| name | data filter option | description |
|---|---|---|
| MIPAS_L1 | N/A (default) | Measured spectral radiances |
MIPAS_NL_L2
MIPAS Temperature, Pressure, and Atmospheric Constituents Profiles
| name | data filter option | description |
|---|---|---|
| MIPAS_NL_L2 | N/A (default) | Profile data |
MIPAS_NLE_L2
MIPAS Temperature, Pressure, and Atmospheric Constituents Profiles for Meteo Users
| name | data filter option | description |
|---|---|---|
| MIPAS_NLE_L2 | N/A (default) | Profile data |
MLS_L2_BRO
MLS Bro profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_BRO | N/A (default) |
MLS_L2_CLO
MLS ClO profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_CLO | N/A (default) |
MLS_L2_CO
MLS CO profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_CO | N/A (default) |
MLS_L2_GPH
MLS GPH profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_GPH | N/A (default) |
MLS_L2_H2O
MLS H2O profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_H2O | N/A (default) |
MLS_L2_HCL
MLS HCL profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_HCL | N/A (default) |
MLS_L2_HCN
MLS HCN profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_HCN | N/A (default) |
MLS_L2_HNO3
MLS HNO3 profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_HNO3 | N/A (default) |
MLS_L2_HO2
MLS HO2 profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_HO2 | N/A (default) |
MLS_L2_OCl
MLS OCl profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_OCl | N/A (default) |
MLS_L2_IWC
MLS Ice Water Content profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_IWC | N/A (default) |
MLS_L2_N2O
MLS N2O profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_N2O | N/A (default) |
MLS_L2_O3
MLS O3 profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_O3 | N/A (default) |
MLS_L2_OH
MLS OH profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_OH | N/A (default) |
MLS_L2_RHI
MLS Relative Humidity Ice profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_RHI | N/A (default) |
MLS_L2_SO2
MLS SO2 profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_SO2 | N/A (default) |
MLS_L2_T
MLS Temperature profile
| name | data filter option | description |
|---|---|---|
| MLS_L2_T | N/A (default) |
OMI_L2_OMCLDO2
OMI Cloud Pressure and Fraction (O2-O2 Absorption)
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMCLDO2 | N/A (default) |
OMI_L2_OMCLDRR
OMI Cloud Pressure and Fraction (Raman Scattering)
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMCLDRR | N/A (default) |
OMI_L2_OMDOAO3
OMI Ozone Total Column (DOAS technique)
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMDOAO3 | N/A (default) |
OMI_L2_OMTO3
OMI Ozone Total Column (TOMS-like Algorithm)
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMTO3 | N/A (default) |
OMI_L2_OMPROO3
OMI Ozone Profile
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMPROO3 | N/A (default) |
OMI_L2_OMSO2
OMI Sulphur Dioxide (SO2) Total Column
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMSO2 | N/A (default) |
OMI_L2_OMNO2
OMI Nitrogen Dioxide (NO2) Total and Tropospheric Columns
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMNO2 | N/A (default) |
OMI_L2_OMBRO
OMI Bromine Monoxide (BrO) Total Column
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMBRO | N/A (default) |
OMI_L2_OMHCHO
OMI Formaldehyde (HCHO) Total Column
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMHCHO | N/A (default) |
OMI_L2_OMOCLO
OMI Chlorine Dioxide (OClO) Column Amount
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMOCLO | N/A (default) |
OMI_L2_OMUVB
OMI Surface UVB Irradiance & Erythemal Dose Rate
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMUVB | N/A (default) |
OMI_L2_OMAERUV
OMI Aerosol Data
| name | data filter option | description |
|---|---|---|
| OMI_L2_OMAERUV | N/A (default) |
OMI_L3_OMDOAO3e
OMI Ozone (O3) DOAS Total Column Daily L3 Global 0.25x0.25 deg Grid
| name | data filter option | description |
|---|---|---|
| OMI_L3_OMDOAO3e | N/A (default) |
OMI_L3_OMTO3d
OMI Ozone, Aerosol Index and Radiative Cloud Fraction Daily L3 Global 1x1 deg Grid
| name | data filter option | description |
|---|---|---|
| OMI_L3_OMTO3d | N/A (default) |
OMI_L3_OMTO3e
OMI Ozone and Radiative Cloud Fraction Daily L3 Global 0.25x0.25 deg Grid
| name | data filter option | description |
|---|---|---|
| OMI_L3_OMTO3e | N/A (default) |
OSIRIS_L2_Aerosol_MART
OSIRIS Odin L2 Aerosol Limb Saskatoon MART
| name | data filter option | description |
|---|---|---|
| OSIRIS_L2_Aerosol_MART | N/A (default) | Aerosols from Wavelength Pairs and MART |
OSIRIS_L2_NO2_OE
OSIRIS Odin L2 NO2 Limb Chalmers DOAS OE
| name | data filter option | description |
|---|---|---|
| OSIRIS_L2_NO2_OE | N/A (default) | NO2 from DOAS and Optimal Estimation |
OSIRIS_L2_NO2_MART
OSIRIS Odin L2 NO2 Limb Saskatoon MART
| name | data filter option | description |
|---|---|---|
| OSIRIS_L2_NO2_MART | N/A (default) | NO2 from Wavelength Pairs and MART |
OSIRIS_L2_O3_OE
OSIRIS Odin L2 O3 Limb York Triplet OE
| name | data filter option | description |
|---|---|---|
| OSIRIS_L2_O3_OE | N/A (default) | O3 from Chappuis Triplet and Optimal Estimation |
OSIRIS_L2_O3_MART
OSIRIS Odin L2 O3 Limb Saskatoon MART
| name | data filter option | description |
|---|---|---|
| OSIRIS_L2_O3_MART | N/A (default) | O3 from Chappuis/Huggins and MART |
SCIAMACHY_L1b
SCIAMACHY Level-1b data
| name | data filter option | description |
|---|---|---|
| SCIAMACHY_L1b_nadir | data=nadir (default) | Pixel readouts for the Nadir mode |
| SCIAMACHY_L1b_limb | data=limb | Pixel readouts for the Limb mode |
| SCIAMACHY_L1b_occultation | data=occultation | Pixel readouts for the Occultation mode |
| SCIAMACHY_L1b_sun_reference | data=sun_reference | Calibrated sun spectra |
SCIAMACHY_L1c
SCIAMACHY Level-1c data
| name | data filter option | description |
|---|---|---|
| SCIAMACHY_L1c_nadir | data=nadir (default) | Pixel readouts for the Nadir mode |
| SCIAMACHY_L1c_limb | data=limb | Pixel readouts for the Limb mode |
| SCIAMACHY_L1c_occultation | data=occultation | Pixel readouts for the Occultation mode |
| SCIAMACHY_L1c_sun_reference | data=sun_reference | Calibrated sun spectra |
SCIAMACHY_L2_NL
SCIAMACHY Vertical Column Amounts
| name | data filter option | description |
|---|---|---|
| SCIAMACHY_L2_NL_doas_0 | data=doas_0 (default) | Total column data retrieved from UV window 0 |
| SCIAMACHY_L2_NL_doas_1 | data=doas_1 | Total column data retrieved from UV window 1 |
| SCIAMACHY_L2_NL_doas_2 | data=doas_2 | Total column data retrieved from UV window 2 |
| SCIAMACHY_L2_NL_doas_3 | data=doas_3 | Total column data retrieved from UV window 3 |
| SCIAMACHY_L2_NL_doas_4 | data=doas_4 | Total column data retrieved from UV window 4 |
| SCIAMACHY_L2_NL_doas_5 | data=doas_5 | Total column data retrieved from UV window 5 |
| SCIAMACHY_L2_NL_bias_0 | data=bias_0 | Total column data retrieved from IR window 0 |
| SCIAMACHY_L2_NL_bias_1 | data=bias_1 | Total column data retrieved from IR window 1 |
| SCIAMACHY_L2_NL_bias_2 | data=bias_2 | Total column data retrieved from IR window 2 |
| SCIAMACHY_L2_NL_clouds_aerosol | data=clouds_aerosol | Cloud and aerosol information |
SCIAMACHY_L2_RV
SCIAMACHY Selected Vertical Column Amounts for Meteo Users
| name | data filter option | description |
|---|---|---|
| SCIAMACHY_L2_RV | N/A (default) | Ozone vertical column density |
SCIAMACHY_L2_Offline
SCIAMACHY Off-Line Level-2
| name | data filter option | description |
|---|---|---|
| SCIAMACHY_L2_Offline_nadir_uv_0 | data=nadir_uv_0 (default) | Total column data retrieved from UV window 0 (O3) |
| SCIAMACHY_L2_Offline_nadir_uv_1 | data=nadir_uv_1 | Total column data retrieved from UV window 1 (NO2) |
| SCIAMACHY_L2_Offline_nadir_uv_2 | data=nadir_uv_2 | Total column data retrieved from UV window 2 (O3) |
| SCIAMACHY_L2_Offline_nadir_uv_3 | data=nadir_uv_3 | Total column data retrieved from UV window 3 (BrO) |
| SCIAMACHY_L2_Offline_nadir_uv_4 | data=nadir_uv_4 | Total column data retrieved from UV window 4 (HCHO) |
| SCIAMACHY_L2_Offline_nadir_uv_5 | data=nadir_uv_5 | Total column data retrieved from UV window 5 (anthropogenic SO2) |
| SCIAMACHY_L2_Offline_nadir_uv_6 | data=nadir_uv_6 | Total column data retrieved from UV window 6 (OClO) |
| SCIAMACHY_L2_Offline_nadir_uv_7 | data=nadir_uv_7 | Total column data retrieved from UV window 7 (volcanic SO2) |
| SCIAMACHY_L2_Offline_nadir_uv_8 | data=nadir_uv_8 | Total column data retrieved from UV window 8 (H2O) |
| SCIAMACHY_L2_Offline_nadir_ir_0 | data=nadir_ir_0 | Total column data retrieved from IR window 0 (H2O) |
| SCIAMACHY_L2_Offline_nadir_ir_1 | data=nadir_ir_1 | Total column data retrieved from IR window 1 (CH4) |
| SCIAMACHY_L2_Offline_nadir_ir_2 | data=nadir_ir_2 | Total column data retrieved from IR window 2 (N2O) |
| SCIAMACHY_L2_Offline_nadir_ir_3 | data=nadir_ir_3 | Total column data retrieved from IR window 3 (CO) |
| SCIAMACHY_L2_Offline_nadir_ir_4 | data=nadir_ir_4 | Total column data retrieved from IR window 4 (CO2) |
| SCIAMACHY_L2_Offline_limb_uv_0 | data=limb_uv_0 | Limb profile data retrieved from UV window 0 (O3) |
| SCIAMACHY_L2_Offline_limb_uv_1 | data=limb_uv_1 | Limb profile data retrieved from UV window 1 (NO2) |
| SCIAMACHY_L2_Offline_limb_uv_3 | data=limb_uv_3 | Limb profile data retrieved from UV window 3 (BrO) |
| SCIAMACHY_L2_Offline_clouds_aerosol | data=clouds_aerosol | Cloud and aerosol information |
TEMIS_L3_O3
Assimilated O3 Column
| name | data filter option | description |
|---|---|---|
| TEMIS_L3_O3 | N/A (default) | Column Amount O3 |
TEMIS_L3_NO2
Tropospheric NO2 Column
| name | data filter option | description |
|---|---|---|
| TEMIS_L3_NO2 | N/A (default) | Tropospheric NO2 Column |
TES_L2_CH4_Nadir
TES CH4 Nadir profile
| name | data filter option | description |
|---|---|---|
| TES_L2_CH4_Nadir | N/A (default) |
TES_L2_CO_Nadir
TES CO Nadir profile
| name | data filter option | description |
|---|---|---|
| TES_L2_CO_Nadir | N/A (default) |
TES_L2_H2O_Nadir
TES H2O Nadir profile
| name | data filter option | description |
|---|---|---|
| TES_L2_H2O_Nadir | N/A (default) |
TES_L2_O3_Nadir
TES O3 Nadir profile
| name | data filter option | description |
|---|---|---|
| TES_L2_O3_Nadir | N/A (default) |
TES_L2_Temperature_Nadir
TES Atmospheric Temperature Nadir profile
| name | data filter option | description |
|---|---|---|
| TES_L2_Temperature_Nadir | N/A (default) |