mirror of https://github.com/ecmwf/eccodes.git
BUFR: Documentation of RDB keys
This commit is contained in:
parent
a95c8fe76d
commit
95e2bb679a
|
@ -1,3 +1,4 @@
|
||||||
|
# RDB stands for REPORT DATA BASE
|
||||||
unsigned[1] rdbType : dump;
|
unsigned[1] rdbType : dump;
|
||||||
unsigned[1] oldSubtype: dump;
|
unsigned[1] oldSubtype: dump;
|
||||||
|
|
||||||
|
@ -94,5 +95,5 @@ alias rdb.rdbSubtype=rdbSubtype;
|
||||||
|
|
||||||
alias mars.obstype = rdbSubtype;
|
alias mars.obstype = rdbSubtype;
|
||||||
|
|
||||||
#Data assimilation loop for purpose of Continous DA
|
# Data assimilation loop for purpose of Continuous DA
|
||||||
unsigned[1] daLoop;
|
unsigned[1] daLoop;
|
||||||
|
|
Loading…
Reference in New Issue