mirror of https://github.com/ecmwf/eccodes.git
13 lines
574 B
Modula-2
13 lines
574 B
Modula-2
|
# (C) Copyright 2005- ECMWF.
|
||
|
|
||
|
# Average, accumulation, extreme values or other statistically processed values of post-processing analysis or forecast at a horizontal level or in a horizontal layer at a local time
|
||
|
|
||
|
include "grib2/template.4.parameter.def"
|
||
|
include "grib2/template.4.postproc.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.localtime_statistical.def"
|
||
|
include "grib2/template.4.localtime.def"
|