eccodes/definitions/grib2/templates/template.4.20.def

61 lines
1.8 KiB
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
# TEMPLATE 4.20, Radar product
codetable[1] parameterCategory('4.1.[discipline:l].table',masterDir,localDir) : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Parameter number
codetable[1] parameterNumber('4.2.[discipline:l].[parameterCategory:l].table',masterDir,localDir) : dump;
2013-03-25 12:04:10 +00:00
meta parameterUnits codetable_units(parameterNumber) : dump;
meta parameterName codetable_title(parameterNumber) : dump;
codetable[1] typeOfGeneratingProcess('4.3.table',masterDir,localDir) : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Number of radar sites used
unsigned[1] numberOfRadarSitesUsed : dump;
2013-03-25 12:04:10 +00:00
codetable[1] indicatorOfUnitForForecastTime('4.4.table',masterDir,localDir) : dump;
alias indicatorOfUnitOfTimeRange = indicatorOfUnitForForecastTime;
2024-01-15 14:58:27 +00:00
include "grib2/stepUnits.def"
2013-03-25 12:04:10 +00:00
# Site latitude (in microdegrees)
unsigned[4] siteLatitude : dump;
2013-03-25 12:04:10 +00:00
# Site longitude (in microdegrees)
unsigned[4] siteLongitude : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Site elevation (meters)
unsigned[2] siteElevation : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Site ID (alphanumeric)
unsigned[4] siteId : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Site ID (numeric)
unsigned[2] siteId : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Operating mode
codetable[1] operatingMode('4.12.table',masterDir,localDir) : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Reflectivity calibration constant (tenths of dB)
unsigned[1] reflectivityCalibrationConstant : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Quality control indicator
codetable[1] qualityControlIndicator('4.13.table',masterDir,localDir) : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Clutter filter indicator
codetable[1] clutterFilterIndicator('4.14.table',masterDir,localDir) : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Constant antenna elevation angle (tenths of degree true)
unsigned[1] constantAntennaElevationAngle : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Accumulation interval (minutes)
unsigned[2] accumulationInterval : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Reference reflectivity for echo top (dB)
unsigned[1] referenceReflectivityForEchoTop : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Range bin spacing (meters)
unsigned[3] rangeBinSpacing : dump;
2013-03-25 12:04:10 +00:00
2023-08-16 14:03:40 +00:00
# Radial angular spacing (tenths of degree true)
unsigned[2] radialAngularSpacing : dump;