mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
bd5f1ce18f
commit
415e8d7e38
|
@ -3,7 +3,7 @@
|
|||
# TEMPLATE 4.4, Derived forecasts based on a cluster of ensemble members over a circular area 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.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.derived.def"
|
||||
include "grib2/template.4.circular_cluster.def"
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
# TEMPLATE 4.40, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents
|
||||
|
||||
include "grib2/template.4.parameter_chemical.def";
|
||||
include "grib2/template.4.point_in_time.def";
|
||||
include "grib2/template.4.horizontal.def";
|
||||
include "grib2/template.4.parameter_chemical.def"
|
||||
include "grib2/template.4.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
# TEMPLATE 4.41, Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents
|
||||
|
||||
include "grib2/template.4.parameter_chemical.def"
|
||||
include "grib2/template.4.point_in_time.def";
|
||||
include "grib2/template.4.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.eps.def"
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# It is recommended not to use this template. PDT 4.48 should be used instead with optical wave length range set to missing
|
||||
|
||||
# GRIB-530: Special case for aerosol thanks to WMO error
|
||||
include "grib2/template.4.parameter_aerosol_44.def";
|
||||
include "grib2/template.4.parameter_aerosol_44.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"
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
# TEMPLATE 4.48, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol
|
||||
|
||||
include "grib2/template.4.parameter_aerosol_optical.def";
|
||||
include "grib2/template.4.point_in_time.def";
|
||||
include "grib2/template.4.horizontal.def";
|
||||
include "grib2/template.4.parameter_aerosol_optical.def"
|
||||
include "grib2/template.4.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
|
|
Loading…
Reference in New Issue