mirror of https://github.com/ecmwf/eccodes.git
Definitions: GRIB2 Template 4.86 and 4.87 - Quantiles
This commit is contained in:
parent
8df007a769
commit
0a623ce6e1
|
@ -0,0 +1,8 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.86, Quantile forecasts at a horizontal level or in a horizontal layer at a point in time
|
||||
|
||||
include "grib2/template.4.parameter.def"
|
||||
include "grib2/template.4.point_in_time.def";
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.quantile.def"
|
|
@ -0,0 +1,8 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.87, Quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
|
||||
include "grib2/template.4.parameter.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.quantile.def"
|
||||
include "grib2/template.4.statistical.def"
|
|
@ -0,0 +1,5 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
unsigned[2] totalNumberOfQuantiles : dump;
|
||||
# quantile value, from 1 to totalNumberOfQuantiles
|
||||
unsigned[2] quantileValue : dump;
|
Loading…
Reference in New Issue