Definitions: GRIB2 Template 4.86 and 4.87 - Quantiles

This commit is contained in:
Shahram Najm 2021-01-28 16:56:48 +00:00
parent 8df007a769
commit 0a623ce6e1
3 changed files with 21 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -0,0 +1,5 @@
# (C) Copyright 2005- ECMWF.
unsigned[2] totalNumberOfQuantiles : dump;
# quantile value, from 1 to totalNumberOfQuantiles
unsigned[2] quantileValue : dump;