This commit is contained in:
Shahram Najm 2019-11-01 14:46:39 +00:00
parent bd5f1ce18f
commit 415e8d7e38
5 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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