bufr2synop 0.24.0
Data Fields
temp_raw_point_data Struct Reference

Stores data of a sounding profile in raw format, as given in bufr. More...

#include <mettemp.h>

Data Fields

int dt
 
int flags
 
double p
 
double h
 
double dlat
 
double dlon
 
double T
 
double Td
 
double dd
 
double ff
 

Detailed Description

Stores data of a sounding profile in raw format, as given in bufr.

Definition at line 194 of file mettemp.h.

Field Documentation

◆ dd

double temp_raw_point_data::dd

Wind direction (true degrees)

Definition at line 204 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), and temp_parse_x11().

◆ dlat

double temp_raw_point_data::dlat

Latitude displacement (degrees)

Definition at line 200 of file mettemp.h.

Referenced by print_temp_raw_data(), and temp_parse_x05().

◆ dlon

double temp_raw_point_data::dlon

Longitude displacement (degrees)

Definition at line 201 of file mettemp.h.

Referenced by print_temp_raw_data(), and temp_parse_x06().

◆ dt

int temp_raw_point_data::dt

seconds since release

Definition at line 196 of file mettemp.h.

Referenced by print_temp_raw_data(), and temp_parse_x04().

◆ ff

double temp_raw_point_data::ff

Wind speed. (m/s)

Definition at line 205 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), and temp_parse_x11().

◆ flags

int temp_raw_point_data::flags

extended vertical sounding significance

Definition at line 197 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), temp_parse_x04(), and temp_parse_x08().

◆ h

double temp_raw_point_data::h

heigh (geopotential meters)

Definition at line 199 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), and temp_parse_x10().

◆ p

double temp_raw_point_data::p

pressure (Pascal)

Definition at line 198 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), and temp_parse_x07().

◆ T

double temp_raw_point_data::T

Temperature (Kelvin)

Definition at line 202 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), and temp_parse_x12().

◆ Td

double temp_raw_point_data::Td

Dewpoint (kelvin)

Definition at line 203 of file mettemp.h.

Referenced by parse_temp_raw_data(), print_temp_raw_data(), and temp_parse_x12().


The documentation for this struct was generated from the following file: