mirror of https://github.com/ecmwf/eccodes.git
ECC-1709: GRIB2: Rename indicatorOfUnitOfTimeRange to indicatorOfUnitForForecastTime
This commit is contained in:
parent
9d53a9e120
commit
769d5dcbfe
|
@ -1,60 +1,60 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.20, Radar product
|
||||
codetable[1] parameterCategory ('4.1.[discipline:l].table',masterDir,localDir) : dump;
|
||||
codetable[1] parameterCategory('4.1.[discipline:l].table',masterDir,localDir) : dump;
|
||||
|
||||
# Parameter number
|
||||
codetable[1] parameterNumber ('4.2.[discipline:l].[parameterCategory:l].table',masterDir,localDir) : dump;
|
||||
codetable[1] parameterNumber('4.2.[discipline:l].[parameterCategory:l].table',masterDir,localDir) : dump;
|
||||
meta parameterUnits codetable_units(parameterNumber) : dump;
|
||||
meta parameterName codetable_title(parameterNumber) : dump;
|
||||
|
||||
codetable[1] typeOfGeneratingProcess ('4.3.table',masterDir,localDir) : dump;
|
||||
codetable[1] typeOfGeneratingProcess('4.3.table',masterDir,localDir) : dump;
|
||||
|
||||
# Number of radar sites used
|
||||
unsigned[1] numberOfRadarSitesUsed : dump;
|
||||
unsigned[1] numberOfRadarSitesUsed : dump;
|
||||
|
||||
codetable[1] indicatorOfUnitOfTimeRange ('4.4.table',masterDir,localDir) : dump;
|
||||
alias indicatorOfUnitForForecastTime = indicatorOfUnitOfTimeRange;
|
||||
codetable[1] indicatorOfUnitForForecastTime('4.4.table',masterDir,localDir) : dump;
|
||||
alias indicatorOfUnitOfTimeRange = indicatorOfUnitForForecastTime;
|
||||
include "grib2/stepUnits.def"
|
||||
|
||||
# Site latitude (in microdegrees)
|
||||
unsigned[4] siteLatitude : dump;
|
||||
unsigned[4] siteLatitude : dump;
|
||||
|
||||
# Site longitude (in microdegrees)
|
||||
unsigned[4] siteLongitude : dump;
|
||||
unsigned[4] siteLongitude : dump;
|
||||
|
||||
# Site elevation (meters)
|
||||
unsigned[2] siteElevation : dump;
|
||||
unsigned[2] siteElevation : dump;
|
||||
|
||||
# Site ID (alphanumeric)
|
||||
unsigned[4] siteId : dump;
|
||||
unsigned[4] siteId : dump;
|
||||
|
||||
# Site ID (numeric)
|
||||
unsigned[2] siteId : dump;
|
||||
unsigned[2] siteId : dump;
|
||||
|
||||
# Operating mode
|
||||
codetable[1] operatingMode ('4.12.table',masterDir,localDir) : dump;
|
||||
codetable[1] operatingMode('4.12.table',masterDir,localDir) : dump;
|
||||
|
||||
# Reflectivity calibration constant (tenths of dB)
|
||||
unsigned[1] reflectivityCalibrationConstant : dump;
|
||||
unsigned[1] reflectivityCalibrationConstant : dump;
|
||||
|
||||
# Quality control indicator
|
||||
codetable[1] qualityControlIndicator ('4.13.table',masterDir,localDir) : dump;
|
||||
codetable[1] qualityControlIndicator('4.13.table',masterDir,localDir) : dump;
|
||||
|
||||
# Clutter filter indicator
|
||||
codetable[1] clutterFilterIndicator ('4.14.table',masterDir,localDir) : dump;
|
||||
codetable[1] clutterFilterIndicator('4.14.table',masterDir,localDir) : dump;
|
||||
|
||||
# Constant antenna elevation angle (tenths of degree true)
|
||||
unsigned[1] constantAntennaElevationAngle : dump;
|
||||
unsigned[1] constantAntennaElevationAngle : dump;
|
||||
|
||||
# Accumulation interval (minutes)
|
||||
unsigned[2] accumulationInterval : dump;
|
||||
unsigned[2] accumulationInterval : dump;
|
||||
|
||||
# Reference reflectivity for echo top (dB)
|
||||
unsigned[1] referenceReflectivityForEchoTop : dump;
|
||||
unsigned[1] referenceReflectivityForEchoTop : dump;
|
||||
|
||||
# Range bin spacing (meters)
|
||||
unsigned[3] rangeBinSpacing : dump;
|
||||
unsigned[3] rangeBinSpacing : dump;
|
||||
|
||||
# Radial angular spacing (tenths of degree true)
|
||||
unsigned[2] radialAngularSpacing : dump;
|
||||
unsigned[2] radialAngularSpacing : dump;
|
||||
|
|
|
@ -9,8 +9,8 @@ unsigned[1] minutesAfterDataCutoff = missing() : edition_specific,can_be_missin
|
|||
alias minutesAfterReferenceTimeOfDataCutoff=minutesAfterDataCutoff;
|
||||
|
||||
# Indicator of unit for forecastTime (ECC-1709)
|
||||
codetable[1] indicatorOfUnitOfTimeRange ('4.4.table',masterDir,localDir) : dump;
|
||||
alias indicatorOfUnitForForecastTime = indicatorOfUnitOfTimeRange;
|
||||
codetable[1] indicatorOfUnitForForecastTime ('4.4.table',masterDir,localDir) : dump;
|
||||
alias indicatorOfUnitOfTimeRange = indicatorOfUnitForForecastTime;
|
||||
|
||||
include "grib2/stepUnits.def"
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ unsigned[1] minutesAfterDataCutoff = missing() : edition_specific,can_be_missin
|
|||
alias minutesAfterReferenceTimeOfDataCutoff=minutesAfterDataCutoff;
|
||||
|
||||
# Indicator of unit for forecastTime (ECC-1709)
|
||||
codetable[1] indicatorOfUnitOfTimeRange ('4.4.table',masterDir,localDir) : dump;
|
||||
alias indicatorOfUnitForForecastTime = indicatorOfUnitOfTimeRange;
|
||||
codetable[1] indicatorOfUnitForForecastTime ('4.4.table',masterDir,localDir) : dump;
|
||||
alias indicatorOfUnitOfTimeRange = indicatorOfUnitForForecastTime;
|
||||
|
||||
include "grib2/stepUnits.def"
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ localTimeForecastList list(numberOfForecastsUsedInLocalTime)
|
|||
unsigned[1] secondOfForecastUsedInLocalTime=0 : dump, edition_specific;
|
||||
|
||||
# Indicator of unit of time for ForecastTime
|
||||
codetable[1] indicatorOfUnitForForecastTime ('4.4.table',masterDir,localDir)=1 : dump;
|
||||
codetable[1] indicatorOfUnitForForecastTime('4.4.table',masterDir,localDir)=1 : dump;
|
||||
|
||||
# Length of the time range over which statistical processing is done, in units defined by the previous octet
|
||||
unsigned[4] forecastTime=0 : dump;
|
||||
|
@ -43,7 +43,7 @@ localTimeForecastList list(numberOfForecastsUsedInLocalTime)
|
|||
unsigned[1] numberOfTimeIncrementsOfForecastsUsedInLocalTime=1 : dump;
|
||||
|
||||
# Indicator of unit of time for the increment between the successive steps used
|
||||
codetable[1] indicatorOfUnitForTimeIncrement ('4.4.table',masterDir,localDir)=255 : dump;
|
||||
codetable[1] indicatorOfUnitForTimeIncrement('4.4.table',masterDir,localDir)=255 : dump;
|
||||
|
||||
# Time increment between successive fields, in units defined by the previous octet
|
||||
unsigned[4] timeIncrement=0 : dump;
|
||||
|
|
Loading…
Reference in New Issue