Here we will show examples of how an HDF datafile can be created.
For this purpose two MATLAB files (MAT2HDF_In.m and MAT2HDF_Out_AVDC.m) and one IDL executable are used. If you have no access to MATLAB you can use other software to create your ASCII files. To execute the MATLAB file, the user needs a MATLAB license. The MATLAB codes will generate the ASCII files needed to create the HDF file using idlcr8hdf. We would like to be informed about possible improvements or other feedback concerning the routines.
The IDL program, idlcr8hdf, can be run as a stand alone program using, for example, the free IDL Virtual Machine (idlcr8hdf.sav), OR as part of another program; in a batch file or shell script; or in the IDL run-time environment using a licensed version of IDL, or IDL operated in DEMO mode (idlcr8hdf.pro). Please contact Ian Boyd (iboyd [at] astro.umass.edu) for help with setting up idlcr8hdf.
Instructions for downloading IDL can be found on the exelisvis web-site.
The IDL routines can be found at the AVDC data conversion site. All MATLAB routines and sample files are provided by François Hendrick (franch [at] oma.be) and made available here in section Sample files and MATLAB programs.
# | Variables | Dependencies/Dimensions | Units | Data type | Comment | Req |
0 | DATETIME | DATETIME | MJD2K | DOUBLE | Mean time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
1 | DATETIME.START | DATETIME | MJD2K | DOUBLE | Start time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
2 | DATETIME.STOP | DATETIME | MJD2K | DOUBLE | End time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
3 | INTEGRATION.TIME | DATETIME | s | REAL | Duration of the DOAS measurements corresponding to the retrieved profile | x |
4 | LATITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. geolocation. Latitude north (decimal degrees) of the location of the instrument (+ for north; - for south) | x |
5 | LONGITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. geolocation. Longitude east (decimal degrees) of the location of the instrument (+ for east; - for west) | x |
6 | ALTITUDE.INSTRUMENT | CONSTANT | m | REAL | Inst. geolocation. Altitude of the instrument relative to the location site | x |
7 | ALTITUDE | [ALTITUDE|DATETIME;ALTITUDE] | km | REAL | Retrieval effective altitude vector - possibly also dependent on DATETIME - in which case it becomes a 2D matrix | x |
8 | PRESSURE_INDEPENDENT | DATETIME;ALTITUDE | hPa | REAL | Effective air pressure at each altitude | x |
9 | PRESSURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Pressure profile source (e.g. NCEP; Sonde; ECMWF etc.) | x |
10 | TEMPERATURE_INDEPENDENT | DATETIME;ALTITUDE | K | REAL | Effective air temperature at each altitude | x |
11 | TEMPERATURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Temperature profile source (e.g. Lidar; NCEP; Sonde; ECMWF etc.) | x |
12 | COLUMN.PARTIAL_INDEPENDENT | DATETIME;ALTITUDE | molec cm-2 | REAL | Vertical profile of partial columns of dry air number densities (for conversion between VMR and partial column profile) | x |
13 | COLUMN.PARTIAL_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Partial columns of air source (e.g. NCEP; Sonde; ECMWF etc.) | x |
14 | ALTITUDE.BOUNDARIES | [ALTITUDE;INDEPENDENT|DATETIME;ALTITUDE;INDEPENDENT] | km | REAL | 2D matrix with on each row the lower and upper boundaries of the layers for which the partial columns are provided. In layer-based retrieval these are equal to the lower and upper boundaries of the respective retrieval layers. This matrix becomes 3D if the ALTITUDE.BOUNDARIES varies with DATETIME | x |
15 | ANGLE.SOLAR_ZENITH.ASTRONOMICAL | DATETIME | deg | REAL | The solar astronomical zenith angle at which the measurement was taken | x |
16 | ANGLE.SOLAR_AZIMUTH | DATETIME | deg | REAL | The solar azimuth angle at which the measurement was taken using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
17 | ANGLE.VIEW_AZIMUTH | DATETIME | deg | REAL | The azimuth viewing direction of the instrument using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
18 | ANGLE.VIEW_ZENITH | DATETIME | deg | REAL | The zenith viewing direction of the instrument | x |
19 | LATITUDE | DATETIME;ALTITUDE | deg | REAL | The latitude of the effective air mass at each altitude (+ for north; - for south) | o |
20 | LONGITUDE | DATETIME;ALTITUDE | deg | REAL | The longitude of the effective air mass at each altitude (+ for east; - for west) | o |
21 | AEROSOL.OPTICAL.DEPTH_INDEPENDENT | DATETIME | 1 | REAL | The total aerosol optical depth used for the retrieval is based on a climatology; model; or auxiliary measurements | o |
22 | AEROSOL.OPTICAL.DEPTH_ABSORPTION.SOLAR | DATETIME | 1 | REAL | The total aerosol optical depth used for the retrieval is retrieved from the Direct Sun DOAS measurements | o |
23 | [GAS].COLUMN_ABSORPTION.SOLAR | DATETIME | Pmolec cm-2 | REAL | Total vertical column of target gas retrieved from Direct Sun DOAS measurements | x |
24 | [GAS].COLUMN_ABSORPTION.SOLAR_UNCERTAINTY.RANDOM.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total random uncertainty on the total column (expressed in same units as the column) (without smoothing error) retrieved from Direct Sun DOAS measurements | x |
25 | [GAS].COLUMN_ABSORPTION.SOLAR_UNCERTAINTY.SYSTEMATIC.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total systematic uncertainty on the retrieved total column (expressed in same units as the column) (without smoothing error) retrieved from Direct Sun DOAS measurements | x |
26 | [GAS].COLUMN_ABSORPTION.SOLAR_AVK | DATETIME;ALTITUDE | 1 | REAL | Averaging kernel matrix associated with the total vertical column of the target gas (in molec cm-2/molec cm-2 units) retrieved from Direct Sun DOAS measurements | o |
27 | [GAS].COLUMN.PARTIAL_ABSORPTION.SOLAR_APRIORI | DATETIME;ALTITUDE | Pmolec cm-2 | REAL | Vertical profile of apriori of partial columns per layer (in molec cm-2 units) associated with the Direct Sun column retrieval | x if [GAS].COLUMN_ABSORPTION.SOLAR_AVK reported |
28 | SOURCE.PRODUCT | INDEPENDENT
| [empty] | STRING | Information relevant to the source history of the Metadata and Data | o |
Download in CSV format GEOMS-TE-UVVIS-DOAS-DIRECTSUN-GAS-VA.csv (last updated: December 01, 2021).
# | Variables | Dependencies/Dimensions | Units | Data type | Comment | Req |
0 | DATETIME | DATETIME | MJD2K | DOUBLE | Mean time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
1 | DATETIME.START | DATETIME | MJD2K | DOUBLE | Start time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
2 | DATETIME.STOP | DATETIME | MJD2K | DOUBLE | End time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
3 | INTEGRATION.TIME | DATETIME | s | REAL | Duration of the DOAS measurements corresponding to the retrieved profile | x |
4 | LATITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. Geolocation; latitude north (decimal degrees) of the location of the instrument (+ for north; - for south) | x |
5 | LONGITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. geolocationeast (decimal degrees) of the location of the instrument (+ for east; - for west) | x |
6 | ALTITUDE.INSTRUMENT | CONSTANT | m | REAL | Inst. Geolocation; altitude of the instrument relative to the location site | x |
7 | ALTITUDE | [ALTITUDE|DATETIME;ALTITUDE] | km | REAL | Retrieval effective altitude vector - possibly also dependent on DATETIME - in which case it becomes a 2D matrix | x |
8 | PRESSURE_INDEPENDENT | DATETIME;ALTITUDE | hPa | REAL | Effective air pressure at each altitude | x |
9 | PRESSURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Pressure profile source (e.g. NCEP; Sonde; ECMWF etc.) | x |
10 | TEMPERATURE_INDEPENDENT | DATETIME;ALTITUDE | K | REAL | Effective air temperature at each altitude | x |
11 | TEMPERATURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Temperature profile source (e.g. Lidar; NCEP; Sonde; ECMWF etc.) | x |
12 | COLUMN.PARTIAL_INDEPENDENT | DATETIME;ALTITUDE | molec cm-2 | REAL | Vertical profile of partial columns of dry air number densities (for conversion between VMR and partial column profile) | x |
13 | COLUMN.PARTIAL_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Partial columns of air source (e.g. NCEP; Sonde; ECMWF etc.) | x |
14 | ALTITUDE.BOUNDARIES | [ALTITUDE;INDEPENDENT|DATETIME;ALTITUDE;INDEPENDENT] | km | REAL | 2D matrix with on each row the lower and upper boundaries of the layers for which the partial columns are provided. In layer-based retrieval these are equal to the lower and upper boundaries of the respective retrieval layers. This matrix becomes 3D if the ALTITUDE.BOUNDARIES varies with DATETIME | x |
15 | WIND.DIRECTION.SURFACE_INDEPENDENT | DATETIME | deg | REAL | Wind direction at the station using WMO definition (wind from the north is 360; from the east is 90 and so on. No wind (calm) is 0) | o |
16 | WIND.DIRECTION.SURFACE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME] | [empty] | STRING | Wind direction source (e.g. Anemometer; ECMWF etc.) | x if WIND.DIRECTION.SURFACE_INDEPENDENT reported |
17 | WIND.SPEED.SURFACE_INDEPENDENT | DATETIME | m s-1 | REAL | Wind speed at the station | o |
18 | WIND.SPEED.SURFACE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME] | [empty] | STRING | Wind speed source (e.g. Anemometer; ECMWF etc.) | x if WIND.SPEED.SURFACE_INDEPENDENT reported |
19 | ANGLE.SOLAR_ZENITH.ASTRONOMICAL | DATETIME | deg | REAL | The solar astronomical zenith angle at which the measurement was taken | x |
20 | ANGLE.SOLAR_AZIMUTH | DATETIME | deg | REAL | The solar azimuth angle at which the measurement was taken using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
21 | ANGLE.VIEW_AZIMUTH | DATETIME | deg | REAL | The azimuth viewing direction of the instrument using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
22 | ANGLE.VIEW_ZENITH | DATETIME | deg | REAL | The zenith viewing direction of the instrument | x |
23 | LATITUDE | DATETIME;ALTITUDE | deg | REAL | The latitude of the effective air mass at each altitude (+ for north; - for south) | o |
24 | LONGITUDE | DATETIME;ALTITUDE | deg | REAL | The longitude of the effective air mass at each altitude (+ for east; - for west) | o |
25 | CLOUD.CONDITIONS | DATETIME | [empty] | STRING | Possible Values: clear-sky; thin clouds; thick clouds; broken clouds; [empty]. [empty] means that the cloud retrieval is not successful; not possible or missing | x |
26 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_INDEPENDENT | DATETIME | 1 | REAL | The total tropospheric aerosol optical depth used for the retrieval is based on a climatology; model; or auxiliary measurements | x |
27 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS | DATETIME | 1 | REAL | The total tropospheric aerosol optical depth used for the retrieval is retrieved from the MAXDOAS measurements | o |
28 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS | DATETIME;ALTITUDE | [ppmv|ppbv|pptv] | REAL | Target vertical profile (in ppbv units with respect to dry air) retrieved from MAXDOAS measurements | o |
29 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.RANDOM.COVARIANCE | DATETIME;ALTITUDE;ALTITUDE | [ppmv2|ppbv2|pptv2] | REAL | Total random error covariance matrix associated with the vertical profile (expressed in same units as the profile) (without smoothing error!) retrieved from MAXDOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS reported |
30 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.SYSTEMATIC.COVARIANCE | DATETIME;ALTITUDE;ALTITUDE | [ppmv2|ppbv2|pptv2] | REAL | Total systematic error covariance matrix associated with the vertical profile (expressed in same units as the profile) retrieved from MAXDOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS reported |
31 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS_AVK | DATETIME;ALTITUDE;ALTITUDE | 1 | REAL | A or Averaging kernel matrix for target profile (expressed in ppbv/ppbv units) retrieved from MAXDOAS measurements. The fastest running index corresponds to the column index of the AVK transformation matrix | o |
32 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS_APRIORI | DATETIME;ALTITUDE | [ppmv|ppbv|pptv] | REAL | Apriori target vertical profile (in ppbv units) associated with the profile retrieval from MAXDOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS_AVK reported |
33 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS | DATETIME | Pmolec cm-2 | REAL | Total tropospheric vertical column of target gas retrieved from MAXDOAS measurements | x |
34 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.RANDOM.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total random uncertainty on the total tropospheric column (expressed in same units as the column) (without smoothing error) retrieved from MAXDOAS measurements | x |
35 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.SYSTEMATIC.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total systematic uncertainty on the retrieved total tropospheric column (expressed in same units as the column) (without smoothing error) retrieved from MAXDOAS measurements | x |
36 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_AVK | DATETIME;ALTITUDE | 1 | REAL | Averaging kernel matrix associated with the total tropospheric vertical column of the target gas (in molec cm-2/molec cm-2 units) retrieved from MAXDOAS measurements | o |
37 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_APRIORI | DATETIME | Pmolec cm-2 | REAL | Apriori total tropospheric vertical column of target gas associated with the column retrieval from MAXDOAS measurements | x if [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_AVK reported |
38 | [GAS].COLUMN.PARTIAL_SCATTER.SOLAR.OFFAXIS | DATETIME;ALTITUDE | Pmolec cm-2 | REAL | Vertical profile of partial columns per layer (in molec cm-2) of target gas retrieved from MAXDOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.OFFAXIS reported |
39 | [GAS].COLUMN.PARTIAL_SCATTER.SOLAR.OFFAXIS_APRIORI | DATETIME;ALTITUDE | Pmolec cm-2 | REAL | Vertical profile of apriori of partial columns per layer (in molec cm-2) associated with the profile or column retrieval from MAXDOAS measurements | x if [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_AVK reported |
40 | SOURCE.PRODUCT | INDEPENDENT
| [empty] | STRING | Information relevant to the source history of the Metadata and Data | o |
Download in CSV format GEOMS-TE-UVVIS-DOAS-OFFAXIS-GAS-VA.csv (last updated: December 01, 2021).
# | Variables | Dependencies/Dimensions | Units | Data type | Comment | Req |
0 | DATETIME | DATETIME | MJD2K | DOUBLE | Mean time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
1 | DATETIME.START | DATETIME | MJD2K | DOUBLE | Start time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
2 | DATETIME.STOP | DATETIME | MJD2K | DOUBLE | End time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
3 | INTEGRATION.TIME | DATETIME | s | REAL | Duration of the DOAS measurements corresponding to the retrieved profile | x |
4 | LATITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. Geolocation; latitude north (decimal degrees) of the location of the instrument (+ for north; - for south) | x |
5 | LONGITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. geolocation; east (decimal degrees) of the location of the instrument (+ for east; - for west) | x |
6 | ALTITUDE.INSTRUMENT | CONSTANT | m | REAL | Inst. Geolocation; altitude of the instrument relative to the location site | x |
7 | ALTITUDE | [ALTITUDE|DATETIME;ALTITUDE] | km | REAL | Retrieval effective altitude vector - possibly also dependent on DATETIME - in which case it becomes a 2D matrix | x |
8 | PRESSURE_INDEPENDENT | DATETIME;ALTITUDE | hPa | REAL | Effective air pressure at each altitude | x |
9 | PRESSURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Pressure profile source (e.g. NCEP; Sonde; ECMWF etc.) | x |
10 | TEMPERATURE_INDEPENDENT | DATETIME;ALTITUDE | K | REAL | Effective air temperature at each altitude | x |
11 | TEMPERATURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Temperature profile source (e.g. Lidar; NCEP; Sonde; ECMWF etc.) | x |
12 | COLUMN.PARTIAL_INDEPENDENT | DATETIME;ALTITUDE | molec cm-2 | REAL | Vertical profile of partial columns of dry air number densities (for conversion between VMR and partial column profile) | x |
13 | COLUMN.PARTIAL_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Partial columns of air source (e.g. NCEP; Sonde; ECMWF etc.) | x |
14 | ALTITUDE.BOUNDARIES | [ALTITUDE;INDEPENDENT|DATETIME;ALTITUDE;INDEPENDENT] | km | REAL | 2D matrix with on each row the lower and upper boundaries of the layers for which the partial columns are provided. In layer-based retrieval these are equal to the lower and upper boundaries of the respective retrieval layers. This matrix becomes 3D if the ALTITUDE.BOUNDARIES varies with DATETIME | x |
15 | WIND.DIRECTION.SURFACE_INDEPENDENT | DATETIME | deg | REAL | Wind direction at the station using WMO definition (wind from the north is 360; from the east is 90 and so on. No wind (calm) is 0) | o |
16 | WIND.DIRECTION.SURFACE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME] | [empty] | STRING | Wind direction source (e.g. Anemometer; ECMWF etc.) | x if WIND.DIRECTION.SURFACE_INDEPENDENT reported |
17 | WIND.SPEED.SURFACE_INDEPENDENT | DATETIME | m s-1 | REAL | Wind speed at the station | o |
18 | WIND.SPEED.SURFACE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME] | [empty] | STRING | Wind speed source (e.g. Anemometer; ECMWF etc.) | x if WIND.SPEED.SURFACE_INDEPENDENT reported |
19 | ANGLE.SOLAR_ZENITH.ASTRONOMICAL | DATETIME | deg | REAL | The solar astronomical zenith angle at which the measurement was taken | x |
20 | ANGLE.SOLAR_AZIMUTH | DATETIME | deg | REAL | The solar azimuth angle at which the measurement was taken using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
21 | ANGLE.VIEW_AZIMUTH | DATETIME | deg | REAL | The azimuth viewing direction of the instrument using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
22 | ANGLE.VIEW_ZENITH | DATETIME | deg | REAL | The zenith viewing direction of the instrument | x |
23 | LATITUDE | DATETIME;ALTITUDE | deg | REAL | The latitude of the effective air mass at each altitude (+ for north; - for south) | o |
24 | LONGITUDE | DATETIME;ALTITUDE | deg | REAL | The longitude of the effective air mass at each altitude (+ for east; - for west) | o |
25 | CLOUD.CONDITIONS | DATETIME | [empty] | STRING | Possible Values: clear-sky; thin clouds; thick clouds; broken clouds; [empty]. [empty] means that the cloud retrieval is not successful; not possible or missing | x |
26 | AEROSOL.OPTICAL.DEPTH.STRATOSPHERIC_INDEPENDENT | DATETIME | 1 | REAL | The total stratospheric aerosol optical depth used for the retrieval is based on a climatology; model; or auxiliary measurements | o |
27 | AEROSOL.OPTICAL.DEPTH.STRATOSPHERIC_SCATTER.SOLAR.ZENITH | DATETIME | 1 | REAL | The total stratospheric aerosol optical depth used for the retrieval is retrieved from the zenith DOAS measurements | o |
28 | [GAS].COLUMN.SLANT_SCATTER.SOLAR.ZENITH | DATETIME | Pmolec cm-2 | REAL | Zenith slant column density of target gas corresponding to DATETIME | o |
29 | [GAS].COLUMN.SLANT.DIFFERENTIAL_SCATTER.SOLAR.ZENITH | DATETIME | Pmolec cm-2 | REAL | Zenith differential slant column density of target gas corresponding to DATETIME | o |
30 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH | DATETIME;ALTITUDE | [ppmv|ppbv|pptv] | REAL | Target vertical profile (in ppbv units with respect to dry air) retrieved from zenith DOAS measurements | o |
31 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH_UNCERTAINTY.RANDOM.COVARIANCE | DATETIME;ALTITUDE;ALTITUDE | [ppmv2|ppbv2|pptv2] | REAL | Total random error covariance matrix associated with the vertical profile (expressed in same units as the profile) (without smoothing error!) retrieved from zenith DOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH reported |
32 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH_UNCERTAINTY.SYSTEMATIC.COVARIANCE | DATETIME;ALTITUDE;ALTITUDE | [ppmv2|ppbv2|pptv2] | REAL | Total systematic error covariance matrix associated with the vertical profile (expressed in same units as the profile) retrieved from zenith DOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH reported |
33 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH_AVK | DATETIME;ALTITUDE;ALTITUDE | 1 | REAL | A or Averaging kernel matrix for retrieved target profile (expressed in ppbv/ppbv units) retrieved from zenith DOAS measurements. The fastest running index corresponds to the column index of the AVK transformation matrix | o |
34 | [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH_APRIORI | DATETIME;ALTITUDE | [ppmv|ppbv|pptv] | REAL | Apriori target vertical profile (in ppbv units) associated with the profile retrieval from zenith DOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH_AVK reported |
35 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH | DATETIME | Pmolec cm-2 | REAL | Total tropospheric vertical column of target gas retrieved from zenith DOAS measurements | o |
36 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH_UNCERTAINTY.RANDOM.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total random uncertainty on the total tropospheric column (expressed in same units as the column) (without smoothing error) retrieved from zenith DOAS measurements | x if [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH reported |
37 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH_UNCERTAINTY.SYSTEMATIC.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total systematic uncertainty on the retrieved total tropospheric column (expressed in same units as the column) (without smoothing error) retrieved from zenith DOAS measurements | x if [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH reported |
38 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH_AVK | DATETIME;ALTITUDE | 1 | REAL | Averaging kernel matrix associated with the total tropospheric vertical column of the target gas (in molec cm-2/molec cm-2 units) retrieved from zenith DOAS measurements | o |
39 | [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH_APRIORI | DATETIME | Pmolec cm-2 | REAL | Apriori total tropospheric vertical column of target gas associated with the column retrieval from zenith DOAS measurements | x if [GAS].COLUMN.TROPOSPHERIC_SCATTER.SOLAR.ZENITH_AVK reported |
40 | [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH | DATETIME | Pmolec cm-2 | REAL | Total stratospheric vertical column of target gas retrieved from zenith DOAS measurements | x |
41 | [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_UNCERTAINTY.RANDOM.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total random uncertainty on the total stratospheric column (expressed in same units as the column) (without smoothing error) retrieved from zenith DOAS measurements | x |
42 | [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_UNCERTAINTY.SYSTEMATIC.STANDARD | DATETIME | Pmolec cm-2 | REAL | Total systematic uncertainty on the retrieved total stratospheric column (expressed in same units as the column) (without smoothing error) retrieved from zenith DOAS measurements | x |
43 | [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_AVK | DATETIME;ALTITUDE | 1 | REAL | Averaging kernel matrix associated with the total stratospheric vertical column of the target gas (in molec cm-2/molec cm-2 units) retrieved from zenith DOAS measurements | o |
44 | [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_APRIORI | DATETIME | Pmolec cm-2 | REAL | Apriori total stratospheric vertical column of target gas associated with the column retrieval from zenith DOAS measurements | x if [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_AVK reported |
45 | [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_AMF | DATETIME | 1 | REAL | Air mass factor associated with the total stratospheric vertical column of the target gas retrieved from zenith DOAS measurements | o |
46 | [GAS].COLUMN.PARTIAL_SCATTER.SOLAR.ZENITH | DATETIME;ALTITUDE | Pmolec cm-2 | REAL | Vertical profile of partial columns per layer (in molec cm-2) of target gas retrieved from zenith DOAS measurements | x if [GAS].MIXING.RATIO.VOLUME_SCATTER.SOLAR.ZENITH reported |
47 | [GAS].COLUMN.PARTIAL_SCATTER.SOLAR.ZENITH_APRIORI | DATETIME;ALTITUDE | Pmolec cm-2 | REAL | Vertical profile of apriori of partial columns per layer (in molec cm-2) associated with the profile retrieval from zenith DOAS measurements | x if [GAS].COLUMN.STRATOSPHERIC_SCATTER.SOLAR.ZENITH_AVK reported |
48 | SOURCE.PRODUCT | INDEPENDENT
| [empty] | STRING | Information relevant to the source history of the Metadata and Data | o |
Download in CSV format GEOMS-TE-UVVIS-DOAS-ZENITH-GAS-VA.csv (last updated: December 01, 2021).
# | Variables | Dependencies/Dimensions | Units | Data type | Comment | Req |
0 | DATETIME | DATETIME | MJD2K | DOUBLE | Mean time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
1 | DATETIME.START | DATETIME | MJD2K | DOUBLE | Start time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
2 | DATETIME.STOP | DATETIME | MJD2K | DOUBLE | End time of the measurement sequence used for each retrieval; defined relative to reference datetime of Jan. 1 2000 at 0:00:00 UT which is equal to 0.00 | x |
3 | INTEGRATION.TIME | DATETIME | s | REAL | Duration of the MAXDOAS measurements corresponding to the retrieved profile | x |
4 | LATITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. Geolocation; latitude north (decimal degrees) of the location of the instrument (+ for north; - for south) | x |
5 | LONGITUDE.INSTRUMENT | CONSTANT | deg | REAL | Inst. geolocation east (decimal degrees) of the location of the instrument (+ for east; - for west) | x |
6 | ALTITUDE.INSTRUMENT | CONSTANT | m | REAL | Inst. geolocation; altitude of the instrument relative to the location site | x |
7 | WAVELENGTH | [CONSTANT|WAVELENGTH] | nm | REAL | Wavelength (Can be a vector if retrieval is made at different wavelengths. Then all retrieved variables have an additional wavelength dependence.) | x |
8 | ALTITUDE | [ALTITUDE|DATETIME;ALTITUDE] | km | REAL | Retrieval effective altitude vector - possibly also dependent on DATETIME - in which case it becomes a 2D matrix | x |
9 | PRESSURE_INDEPENDENT | DATETIME;ALTITUDE | hPa | REAL | Effective air pressure at each altitude | x |
10 | PRESSURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Pressure profile source (e.g. NCEP; Sonde; ECMWF etc.) | x |
11 | TEMPERATURE_INDEPENDENT | DATETIME;ALTITUDE | K | REAL | Effective air temperature at each altitude | x |
12 | TEMPERATURE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME|DATETIME;ALTITUDE] | [empty] | STRING | Temperature profile source (e.g. Lidar; NCEP; Sonde; ECMWF etc.) | x |
13 | ALTITUDE.BOUNDARIES | [ALTITUDE;INDEPENDENT|DATETIME;ALTITUDE;INDEPENDENT] | km | REAL | 2D matrix with on each row the lower and upper boundaries of the layers for which the partial columns are provided. In layer-based retrieval these are equal to the lower and upper boundaries of the respective retrieval layers. This matrix becomes 3D if the ALTITUDE.BOUNDARIES varies with DATETIME | x |
14 | WIND.DIRECTION.SURFACE_INDEPENDENT | DATETIME | deg | REAL | Wind direction at the station using WMO definition (wind from the north is 360; from the east is 90 and so on. No wind (calm) is 0) | o |
15 | WIND.DIRECTION.SURFACE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME] | [empty] | STRING | Wind direction source (e.g. Anemometer; ECMWF etc.) | x if WIND.DIRECTION.SURFACE_INDEPENDENT reported |
16 | WIND.SPEED.SURFACE_INDEPENDENT | DATETIME | m s-1 | REAL | Wind speed at the station | o |
17 | WIND.SPEED.SURFACE_INDEPENDENT_SOURCE | [CONSTANT|DATETIME] | [empty] | STRING | Wind speed source (e.g. Anemometer; ECMWF etc.) | x if WIND.SPEED.SURFACE_INDEPENDENT reported |
18 | ANGLE.SOLAR_ZENITH.ASTRONOMICAL | DATETIME | deg | REAL | The solar astronomical zenith angle at which the measurement was taken | x |
19 | ANGLE.SOLAR_AZIMUTH | DATETIME | deg | REAL | The solar azimuth angle at which the measurement was taken using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
20 | ANGLE.VIEW_AZIMUTH | DATETIME | deg | REAL | The azimuth viewing direction of the instrument using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on) | x |
21 | ANGLE.VIEW_ZENITH | DATETIME | deg | REAL | The zenith viewing direction of the instrument | x |
22 | LATITUDE | DATETIME;ALTITUDE | deg | REAL | The latitude of the effective air mass at each altitude (+ for north; - for south) | o |
23 | LONGITUDE | DATETIME;ALTITUDE | deg | REAL | The longitude of the effective air mass at each altitude (+ for east; - for west) | o |
24 | CLOUD.CONDITIONS | DATETIME | [empty] | STRING | Possible Values: clear-sky; thin clouds; thick clouds; broken clouds; [empty]. [empty] means that the cloud retrieval is not successful; not possible or missing | x |
25 | AEROSOL.SINGLE.SCATTERING.ALBEDO_INDEPENDENT | [DATETIME|DATETIME;WAVELENGTH] | 1 | REAL | The aerosol single scattering albedo used for the retrievals | o |
26 | AEROSOL.ASYMMETRY.FACTOR_INDEPENDENT | [DATETIME|DATETIME;WAVELENGTH] | 1 | REAL | The aerosol asymmetry factor of the phase function used for the retrievals | o |
27 | AEROSOL.EXTINCTION.COEFFICIENT_SCATTER.SOLAR.OFFAXIS | [DATETIME;ALTITUDE|DATETIME;WAVELENGTH;ALTITUDE] | km-1 | REAL | Retrieved aerosol extinction vertical profile | x |
28 | AEROSOL.EXTINCTION.COEFFICIENT_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.RANDOM.COVARIANCE | [DATETIME;ALTITUDE;ALTITUDE|DATETIME;WAVELENGTH;ALTITUDE;ALTITUDE] | km-2 | REAL | Total random error covariance matrix associated with the retrieved aerosol extinction vertical profile (without smoothing error!) | x |
29 | AEROSOL.EXTINCTION.COEFFICIENT_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.SYSTEMATIC.COVARIANCE | [DATETIME;ALTITUDE;ALTITUDE|DATETIME;WAVELENGTH;ALTITUDE;ALTITUDE] | km-2 | REAL | Total systematic error covariance matrix associated with the retrieved vertical profile (expressed in same units as the profile) | x |
30 | AEROSOL.EXTINCTION.COEFFICIENT_SCATTER.SOLAR.OFFAXIS_AVK | [DATETIME;ALTITUDE;ALTITUDE|DATETIME;WAVELENGTH;ALTITUDE;ALTITUDE] | 1 | REAL | A or Averaging kernel matrix for retrieved target profile. The fastest running index corresponds to the column index of the AVK transformation matrix | o |
31 | AEROSOL.EXTINCTION.COEFFICIENT_SCATTER.SOLAR.OFFAXIS_APRIORI | [DATETIME;ALTITUDE|DATETIME;WAVELENGTH;ALTITUDE] | km-1 | REAL | A-priori target vertical profile | x if AEROSOL.EXTINCTION.COEFFICIENT_SCATTER.SOLAR.OFFAXIS_AVK reported |
32 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS | [DATETIME|DATETIME;WAVELENGTH] | 1 | REAL | The total tropospheric aerosol optical depth retrieved from the measurements. | x |
33 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.RANDOM.STANDARD | [DATETIME|DATETIME;WAVELENGTH] | 1 | REAL | Total random uncertainty on the retrieved total tropospheric aerosol optical depth (expressed in same units as the column) (without smoothing error) | x |
34 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_UNCERTAINTY.SYSTEMATIC.STANDARD | [DATETIME|DATETIME;WAVELENGTH] | 1 | REAL | Total systematic uncertainty on the retrieved total tropospheric aerosol optical depth (expressed in same units as the column) (without smoothing error) | x |
35 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_AVK | [DATETIME;ALTITUDE|DATETIME;WAVELENGTH;ALTITUDE] | 1 | REAL | Averaging kernel matrix associated with the total tropospheric aerosol optical depth | o |
36 | AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_APRIORI | [DATETIME|DATETIME;WAVELENGTH] | 1 | REAL | A-priori total tropospheric aerosol optical depth | x if AEROSOL.OPTICAL.DEPTH.TROPOSPHERIC_SCATTER.SOLAR.OFFAXIS_AVK reported |
37 | SOURCE.PRODUCT | INDEPENDENT
| [empty] | STRING | Information relevant to the source history of the Metadata and Data | o |
Download in CSV format GEOMS-TE-UVVIS-DOAS-OFFAXIS-AEROSOL-VA.csv (last updated: December 01, 2021).