#include <rcf_structs.h>
Public Attributes | |
| float | sBP |
| Flight level pressure altitude (hPa) More... | |
| float | sOBrms [NUM_BRT_TEMPS] |
| 1-sigma apriori observable errors More... | |
| float | sOBav [NUM_BRT_TEMPS] |
| Archive Average observables. More... | |
| float | sBPrl [NUM_RETR_LVLS] |
| Pressure at retrieval levels. More... | |
| float | sRTav [NUM_RETR_LVLS] |
| Average T at retrieval levels. More... | |
| float | sRMSa [NUM_RETR_LVLS] |
| Variance in T at retrieval levels. More... | |
| float | sRMSe [NUM_RETR_LVLS] |
| Formal error in T at retrieval levels. More... | |
| float | Src [990] |
| 33 retrieval levels, 30 observables More... | |
| float | Spare [67] |
Structure and union to read each flight level co-efficient info NOTE: sOBav and sOBrms are expected to be that channel 1 will be in array elements 0-9 with element 0 being the highest scan angle and element 9 is the lowest scan angle. Similarly, channel 2 will be found in elements 10-19 and channel 3 will be in elements 20-29.
Definition at line 81 of file rcf_structs.h.
| float RC_FL_Read::sBP |
Flight level pressure altitude (hPa)
Definition at line 82 of file rcf_structs.h.
| float RC_FL_Read::sBPrl[NUM_RETR_LVLS] |
Pressure at retrieval levels.
Definition at line 85 of file rcf_structs.h.
| float RC_FL_Read::sOBav[NUM_BRT_TEMPS] |
Archive Average observables.
Definition at line 84 of file rcf_structs.h.
| float RC_FL_Read::sOBrms[NUM_BRT_TEMPS] |
1-sigma apriori observable errors
Definition at line 83 of file rcf_structs.h.
| float RC_FL_Read::Spare[67] |
Definition at line 90 of file rcf_structs.h.
| float RC_FL_Read::Src[990] |
33 retrieval levels, 30 observables
Definition at line 89 of file rcf_structs.h.
| float RC_FL_Read::sRMSa[NUM_RETR_LVLS] |
Variance in T at retrieval levels.
Definition at line 87 of file rcf_structs.h.
| float RC_FL_Read::sRMSe[NUM_RETR_LVLS] |
Formal error in T at retrieval levels.
Definition at line 88 of file rcf_structs.h.
| float RC_FL_Read::sRTav[NUM_RETR_LVLS] |
Average T at retrieval levels.
Definition at line 86 of file rcf_structs.h.
1.8.5