mirror of https://github.com/ecmwf/eccodes.git
S2S: Added products files for new productionStatusOfProcessedData
This commit is contained in:
parent
e9a9d3742b
commit
d7129bfb81
|
@ -326,6 +326,8 @@ dist_definitionsgrib2_DATA = \
|
|||
grib2/products_3.def\
|
||||
grib2/products_4.def\
|
||||
grib2/products_5.def\
|
||||
grib2/products_6.def\
|
||||
grib2/products_7.def\
|
||||
grib2/rules.def\
|
||||
grib2/section.0.def\
|
||||
grib2/section.1.def\
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
# 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.
|
||||
#
|
||||
|
||||
# S2S
|
||||
constant marsExpver = 'prod';
|
||||
constant marsClass = 's2';
|
|
@ -0,0 +1,12 @@
|
|||
# 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.
|
||||
#
|
||||
|
||||
# S2S test
|
||||
constant marsExpver = 'test';
|
||||
constant marsClass = 's2';
|
Loading…
Reference in New Issue