mirror of https://github.com/ecmwf/eccodes.git
Fix test (grib2_productTemplates.sh)
This commit is contained in:
parent
0e44f93d57
commit
86a5fb5b89
|
@ -1,11 +1,4 @@
|
|||
# (C) Copyright 2005- 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.80, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source/sink
|
||||
|
||||
|
@ -13,8 +6,8 @@ include "grib2/template.4.parameter.def"
|
|||
include "grib2/template.4.aerosol.def"
|
||||
include "grib2/template.4.source.def"
|
||||
include "grib2/template.4.aerosol_size.def"
|
||||
include "grib2/template.4.source.def";
|
||||
include "grib2/template.4.optical.def"
|
||||
include "grib2/template.4.generating_process.def"
|
||||
include "grib2/template.4.forecast_time.def"
|
||||
include "grib2/template.4.point_in_time.def";
|
||||
include "grib2/template.4.horizontal.def";
|
||||
include "grib2/template.4.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
|
|
|
@ -6,9 +6,9 @@ include "grib2/template.4.parameter.def"
|
|||
include "grib2/template.4.aerosol.def"
|
||||
include "grib2/template.4.source.def"
|
||||
include "grib2/template.4.aerosol_size.def"
|
||||
include "grib2/template.4.source.def";
|
||||
include "grib2/template.4.optical.def"
|
||||
include "grib2/template.4.generating_process.def"
|
||||
include "grib2/template.4.forecast_time.def"
|
||||
include "grib2/template.4.point_in_time.def";
|
||||
include "grib2/template.4.horizontal.def";
|
||||
include "grib2/template.4.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.eps.def"
|
||||
|
|
Loading…
Reference in New Issue