mirror of https://github.com/ecmwf/eccodes.git
S2S: provide default value for isHindcast for real-time (non hindcast) data
This commit is contained in:
parent
a3fe5297d3
commit
4baa71d7eb
|
@ -20,6 +20,7 @@ meta gts_ddhh00 gts_header(32,6) : no_copy,hidden,read_only;
|
|||
|
||||
transient missingValue = 9999;
|
||||
constant ieeeFloats = 1 : edition_specific;
|
||||
constant isHindcast = 0;
|
||||
|
||||
include "section.0.def";
|
||||
|
||||
|
|
Loading…
Reference in New Issue