| id | field name | definition |
| 0 | num_atm_lev |
| binary uint16 | size: 2 |
|
Number of atmospheric levels
|
|
| 1 | num_mol |
| binary uint16 | size: 2 |
|
Number of molecules
|
|
| 2 | mol_name |
| ascii array[dim_0] |
Molecule names
dim_0: int(../num_mol)
|
|
| 3 | atm_lev_alt |
| binary array[dim_0] |
Atmospheric levels altitudes
dim_0: int(../num_atm_lev)
| binary float | size: 4 |
|
unit: "km"
|
|
|
| 4 | pres_prof |
| binary array[dim_0] |
Pressure profiles
dim_0: int(../num_atm_lev)
| binary float | size: 4 |
|
unit: "hPa"
|
|
|
| 5 | temp_prof |
| binary array[dim_0] |
Temperature profiles
dim_0: int(../num_atm_lev)
| binary float | size: 4 |
|
unit: "K"
|
|
|
| 6 | mol_prof |
| binary array[dim_0, dim_1] |
Molecule profiles
dim_0: int(../num_mol)
dim_1: int(../num_atm_lev)
| binary float | size: 4 |
|
unit: "ppmv"
|
|
|