mirror of https://github.com/ecmwf/eccodes.git
S2S: Added new grib2 templates 4.60 and 4.61 for re-forecasts
This commit is contained in:
parent
1a2d75871e
commit
8736fedb88
|
@ -473,6 +473,8 @@ dist_definitionsgrib2_DATA = \
|
|||
grib2/template.4.53.def\
|
||||
grib2/template.4.54.def\
|
||||
grib2/template.4.6.def\
|
||||
grib2/template.4.60.def\
|
||||
grib2/template.4.61.def\
|
||||
grib2/template.4.7.def\
|
||||
grib2/template.4.8.def\
|
||||
grib2/template.4.9.def\
|
||||
|
@ -491,6 +493,7 @@ dist_definitionsgrib2_DATA = \
|
|||
grib2/template.4.point_in_time.def\
|
||||
grib2/template.4.probability.def\
|
||||
grib2/template.4.rectangular_cluster.def\
|
||||
grib2/template.4.reforecast.def\
|
||||
grib2/template.4.statistical.def\
|
||||
grib2/template.5.0.def\
|
||||
grib2/template.5.1.def\
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
51 51 Categorical forecasts at a horizontal level or in a horizontal layer at a point in time
|
||||
53 53 Partitioned parameters at a horizontal level or in a horizontal layer at a point in time
|
||||
54 54 Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters
|
||||
60 60 Individual ensemble re-forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
||||
61 61 Individual ensemble re-forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
# 55-90 Reserved
|
||||
91 91 Categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
# 92-253 Reserved
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# Copyright 2005-2013 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# TEMPLATE 4.60, Individual ensemble re-forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
||||
|
||||
include "template.4.parameter.def"
|
||||
include "template.4.point_in_time.def";
|
||||
include "template.4.horizontal.def"
|
||||
include "template.4.eps.def"
|
||||
include "template.4.reforecast.def"
|
|
@ -0,0 +1,16 @@
|
|||
# Copyright 2005-2013 ECMWF.
|
||||
#
|
||||
# This software is licensed under the terms of the Apache Licence Version 2.0
|
||||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
||||
#
|
||||
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
||||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# TEMPLATE 4.61, Individual ensemble re-forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
|
||||
include "template.4.parameter.def"
|
||||
include "template.4.horizontal.def"
|
||||
include "template.4.eps.def"
|
||||
include "template.4.reforecast.def"
|
||||
include "template.4.statistical.def"
|
|
@ -0,0 +1,8 @@
|
|||
label "S2S reforecasts";
|
||||
|
||||
unsigned[2] YearOfModelVersion = 0: edition_specific;
|
||||
unsigned[1] MonthOfModelVersion = 0: edition_specific;
|
||||
unsigned[1] DayOfModelVersion = 0: edition_specific;
|
||||
unsigned[1] HourOfModelVersion = 0: edition_specific;
|
||||
unsigned[1] MinuteOfModelVersion = 0: edition_specific;
|
||||
unsigned[1] SecondOfModelVersion = 0: edition_specific;
|
Loading…
Reference in New Issue