2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2020-01-07 15:05:28 +00:00
|
|
|
# For grib2 to grib1 conversion
|
2013-03-25 12:04:10 +00:00
|
|
|
constant dataRepresentationType = 90;
|
|
|
|
|
|
|
|
# TEMPLATE 4.30, Satellite Product
|
2016-10-27 17:59:00 +00:00
|
|
|
|
|
|
|
# Note: This template is deprecated. Template 4.31 should be used instead.
|
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
codetable[1] parameterCategory ('4.1.[discipline: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 'grib2/tables/[tablesVersion]/4.3.table' : dump;
|
|
|
|
unsigned[1] observationGeneratingProcessIdentifier : dump;
|
|
|
|
unsigned[1] NB : dump;
|
|
|
|
alias numberOfContributingSpectralBands=NB;
|
|
|
|
|
|
|
|
if (new() || section4Length>14) {
|
2018-05-02 12:19:14 +00:00
|
|
|
listOfContributingSpectralBands list(numberOfContributingSpectralBands){
|
2013-03-25 12:04:10 +00:00
|
|
|
unsigned[2] satelliteSeries;
|
|
|
|
unsigned[2] satelliteNumber;
|
|
|
|
unsigned[1] instrumentType;
|
|
|
|
unsigned[1] scaleFactorOfCentralWaveNumber = missing() : can_be_missing ;
|
|
|
|
unsigned[4] scaledValueOfCentralWaveNumber = missing() : can_be_missing ;
|
2018-05-02 12:19:14 +00:00
|
|
|
}
|
2013-03-25 12:04:10 +00:00
|
|
|
}
|