eccodes/definitions/grib2/template.4.localtime.def

44 lines
1.5 KiB
Modula-2
Raw Normal View History

# (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 ;
# Number of time increments of Forecast used in Local Time
unsigned[1] numberOfTimeIncrementsOfForecastsUsedInLocalTime=1 ;
# 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 ;
}