2021-05-13 14:20:25 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
|
|
|
|
2021-09-14 14:30:21 +00:00
|
|
|
# Statistical process used to calculate the processed field from the field at each time increment during the time range
|
2021-05-13 14:20:25 +00:00
|
|
|
codetable[1] typeOfStatisticalProcessing ('4.10.table',masterDir,localDir) : edition_specific;
|
|
|
|
|
2021-09-14 14:30:21 +00:00
|
|
|
# Indicator of unit of time for time range over which statistical processing is done
|
|
|
|
codetable[1] indicatorOfUnitForTimeRange ('4.4.table',masterDir,localDir) =1;
|
2021-05-13 14:20:25 +00:00
|
|
|
|
2021-09-14 14:30:21 +00:00
|
|
|
# Length of the time range over which statistical processing is done, in units defined by the previous octet
|
|
|
|
unsigned[4] lengthOfTimeRange=0;
|
2021-05-13 14:20:25 +00:00
|
|
|
|
|
|
|
# Number of statistically processed fields used in the local time composite field == number of stripes
|
2021-09-14 14:30:21 +00:00
|
|
|
unsigned[1] numberOfStatisticallyProcessedFieldsForLocalTime;
|