2020-11-18 13:40:38 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
|
|
|
|
|
|
|
codetable[1] localTimeMethod ('4.248.table',masterDir,localDir)=255 ;
|
|
|
|
|
|
|
|
# n - number of Forecasts used in Local Time
|
|
|
|
unsigned[1] numberOfForecastsUsedInLocalTime=0;
|
|
|
|
|
|
|
|
localTimeForecastList list(numberOfForecastsUsedInLocalTime)
|
|
|
|
{
|
|
|
|
# Year of Forecast used in Local Time
|
|
|
|
unsigned[2] yearOfForecastUsedInLocalTime=0 : edition_specific;
|
|
|
|
|
|
|
|
# Month of Forecast used in Local Time
|
|
|
|
unsigned[1] monthOfForecastUsedInLocalTime=0 : edition_specific;
|
|
|
|
|
|
|
|
# Day of Forecast used in Local Time
|
|
|
|
unsigned[1] dayOfForecastUsedInLocalTime=0 : edition_specific;
|
|
|
|
|
|
|
|
# Hour of Forecast used in Local Time
|
|
|
|
unsigned[1] hourOfForecastUsedInLocalTime=0 : edition_specific;
|
|
|
|
|
|
|
|
# Minute of Forecast used in Local Time
|
|
|
|
unsigned[1] minuteOfForecastUsedInLocalTime=0 : edition_specific;
|
|
|
|
|
|
|
|
# Second of Forecast used in Local Time
|
|
|
|
unsigned[1] secondOfForecastUsedInLocalTime=0 : edition_specific;
|
|
|
|
|
|
|
|
# Indicator of unit of time for ForecastTime
|
|
|
|
codetable[1] indicatorOfUnitForForecastTime ('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] forecastTime=0 ;
|
|
|
|
|
2020-11-20 10:18:56 +00:00
|
|
|
# Number of time increments of Forecast used in Local Time
|
|
|
|
unsigned[1] numberOfTimeIncrementsOfForecastsUsedInLocalTime=1 ;
|
|
|
|
|
2020-11-18 13:40:38 +00:00
|
|
|
# Indicator of unit of time for the increment between the successive steps used
|
|
|
|
codetable[1] indicatorOfUnitForTimeIncrement ('4.4.table',masterDir,localDir)=255 ;
|
|
|
|
|
|
|
|
# Time increment between successive fields, in units defined by the previous octet
|
|
|
|
unsigned[4] timeIncrement=0 ;
|
|
|
|
}
|
|
|
|
|