id | field name | definition |
0 | amd_validity_flag |
binary int8 | size: 1 |
0: valid level with a complete set of AMD data with all parameters extracted from the NWP modwl, -1: incomplete level containing at least valid temperature, valid pressures, and valid heights, -2: otherwise
unit: "cm"
|
|
1 | amd_pbase |
binary uint32 | size: 4 |
Pressure at the bottom of the model layer
unit: "Pa"
|
|
2 | amd_ptop |
binary uint32 | size: 4 |
Pressure at the top of the model layer
unit: "Pa"
|
|
3 | amd_pnom |
binary uint32 | size: 4 |
Nominal pressure within the model layer, can differ from (amd_pbase+amd_ptop)/2
unit: "Pa"
|
|
4 | amd_zbase |
binary int32 | size: 4 |
Geometric height relative to EGM96 geoid at pressure amd_pbase
unit: "cm"
|
|
5 | amd_ztop |
binary int32 | size: 4 |
Geometric height relative to EGM96 geoid at pressure amd_ptop
unit: "cm"
|
|
6 | amd_znom |
binary int32 | size: 4 |
Geometric height relative to EGM96 geoid at pressure amd_pnom
unit: "cm"
|
|
7 | amd_t |
binary uint16 (double) | size: 2 |
Temperature at pressure amd_pnom
unit: "1e-2 K"
converted unit: "K" (multiply by 1/100)
|
|
8 | amd_err_t |
binary uint16 (double) | size: 2 |
Std error on amd_t
unit: "1e-2 K"
converted unit: "K" (multiply by 1/100)
|
|
9 | amd_u |
binary int16 | size: 2 |
East-West wind velocity (>0 to East)
unit: "cm/s"
|
|
10 | amd_v |
binary int16 | size: 2 |
North-South wind velocity (>0 to North)
unit: "cm/s"
|
|
11 | spare_1 |
binary bytes | size: 4 |
Spare
|
hidden: true
|
12 | amd_rh |
binary uint8 | size: 1 |
Relative humidity at pressure amd_pnom
unit: "%"
|
|
13 | amd_err_rh |
binary double | size: 8 |
Std error on amd_rh
unit: "%"
|
|
14 | amd_q |
binary double | size: 8 |
Specific humidity at pressure amd_pnom
unit: "kg/kg"
|
|
15 | amd_cc |
binary uint8 | size: 1 |
Cloud cover at pressure amd_pnom
unit: "%"
|
|
16 | amd_clwc |
binary double | size: 8 |
Cloud liquid water content at pressure amd_pnom
unit: "kg/kg"
|
|
17 | amd_ciwc |
binary double | size: 8 |
Cloud ice water content at pressure amd_pnom
unit: "kg/kg"
|
|