bufr2synop 0.24.0
Data Structures | Macros
metclimat.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  climat_sec0
 contains all possible substrings from section 0 when a report is parsed with success More...
 
struct  climat_sec1
 contains all possible substrings from section 1 when a report is parsed with success More...
 
struct  climat_sec2
 contains all possible substrings from section 2 when a report is parsed with success More...
 
struct  climat_sec3
 contains all possible substrings from section 3 when a report is parsed with success More...
 
struct  climat_sec4
 contains all possible substrings from section 4 when a report is parsed with success More...
 
struct  climat_old
 contains all possible substrings from old CLIMAT format when a report is parsed with success More...
 
struct  climat_chunks
 contains all possible substrings from a synop report is parsed with success More...
 

Macros

#define CLIMAT_SEC0   1
 mask bit meaning section 0 of climat is solicited to or parsed with success More...
 
#define CLIMAT_SEC1   2
 mask bit meaning section 1 of climat is solicited to or parsed with success More...
 
#define CLIMAT_SEC2   4
 mask bit meaning section 2 of climat is solicited to or parsed with success More...
 
#define CLIMAT_SEC3   8
 mask bit meaning section 3 of climat is solicited to or parsed with success More...
 
#define CLIMAT_SEC4   16
 mask bit meaning section 4 of climat is solicited to or parsed with success More...
 
#define CLIMAT_EXT   32
 mask bit meaning date extension is parsed with success More...
 
#define CLIMAT_OLD   64
 mask bit meaning that the climat is an old CLIMAT, usually before Nov 1994 More...
 

Detailed Description

Main header file for climat related tasks in metdecoder library

Definition in file metclimat.h.

Macro Definition Documentation

◆ CLIMAT_EXT

#define CLIMAT_EXT   32

mask bit meaning date extension is parsed with success

Definition at line 57 of file metclimat.h.

◆ CLIMAT_OLD

#define CLIMAT_OLD   64

mask bit meaning that the climat is an old CLIMAT, usually before Nov 1994

Definition at line 62 of file metclimat.h.

◆ CLIMAT_SEC0

#define CLIMAT_SEC0   1

mask bit meaning section 0 of climat is solicited to or parsed with success

Definition at line 32 of file metclimat.h.

◆ CLIMAT_SEC1

#define CLIMAT_SEC1   2

mask bit meaning section 1 of climat is solicited to or parsed with success

Definition at line 37 of file metclimat.h.

◆ CLIMAT_SEC2

#define CLIMAT_SEC2   4

mask bit meaning section 2 of climat is solicited to or parsed with success

Definition at line 42 of file metclimat.h.

◆ CLIMAT_SEC3

#define CLIMAT_SEC3   8

mask bit meaning section 3 of climat is solicited to or parsed with success

Definition at line 47 of file metclimat.h.

◆ CLIMAT_SEC4

#define CLIMAT_SEC4   16

mask bit meaning section 4 of climat is solicited to or parsed with success

Definition at line 52 of file metclimat.h.