mirror of https://github.com/ecmwf/eccodes.git
ECC-662: Add extra keys in the EFAS local definition to store info on analysis and fillup
This commit is contained in:
parent
c37a5e758a
commit
5452b357ab
|
@ -36,6 +36,11 @@ meta _anoffset round(diffInHours, 10): dump,long_type;
|
|||
transient anoffset = _anoffset; # needed to force anoffset to be integer
|
||||
alias local.anoffset = anoffset;
|
||||
|
||||
# ECC-662
|
||||
unsigned[2] anoffsetFirst = missing(): dump, can_be_missing;
|
||||
unsigned[2] anoffsetLast = missing(): dump, can_be_missing;
|
||||
unsigned[2] anoffsetFrequency = missing(): dump, can_be_missing;
|
||||
|
||||
# Boolean
|
||||
transient is_efas = 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue