mirror of https://github.com/ecmwf/eccodes.git
ECC-1241 adding the 4 remaining templates for local time
This commit is contained in:
parent
0276f2a0eb
commit
8a4a793b9c
|
@ -0,0 +1,10 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.95, Average, accumulation extreme values or other statiscally processed value at a horizontal level or in a horizontal layer at a local time
|
||||
|
||||
include "grib2/template.4.parameter.def"
|
||||
include "grib2/template.4.generating_process.def"
|
||||
# no template.4.forecast_time.def component in this template.
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.localtime_statistical.def"
|
||||
include "grib2/template.4.localtime.def"
|
|
@ -0,0 +1,12 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.96, Average, accumulation, extreme values or other statistically processed values of an individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a local time
|
||||
|
||||
include "grib2/template.4.parameter.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.eps.def"
|
||||
include "grib2/template.4.localtime_statistical.def"
|
||||
include "grib2/template.4.localtime.def"
|
|
@ -0,0 +1,12 @@
|
|||
# (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"
|
|
@ -0,0 +1,13 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# Average, accumulation, extreme values or other statistically processed values of a post-processing individual ensemble forecast, control and perturbed, 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.eps.def"
|
||||
include "grib2/template.4.localtime_statistical.def"
|
||||
include "grib2/template.4.localtime.def"
|
|
@ -0,0 +1,13 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# Statistical process used to calculate the processed field from the field at each time increment during the time range
|
||||
codetable[1] typeOfStatisticalProcessing ('4.10.table',masterDir,localDir) : edition_specific;
|
||||
|
||||
# Indicator of unit of time for time range over which statistical processing is done
|
||||
codetable[1] indicatorOfUnitForTimeRange ('4.4.table',masterDir,localDir) =1 ;
|
||||
|
||||
# Length of the time range over which statistical processing is done, in units defined by the previous octet
|
||||
unsigned[4] lengthOfTimeRange=0 ;
|
||||
|
||||
# Number of statistically processed fields used in the local time composite field == number of stripes
|
||||
unsigned[1] numberOfStatisticallyFieldsForLocalTime;
|
Loading…
Reference in New Issue