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;
|
|
|
|
|
2016-10-27 17:59:00 +00:00
|
|
|
# TEMPLATE 4.32, Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-07-28 09:50:26 +00:00
|
|
|
include "grib2/template.4.parameter.def"
|
|
|
|
include "grib2/template.4.point_in_time.def";
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
# Required for interpolation and MARS. The level type is used to decide whether to apply the Land Sea Mask
|
|
|
|
constant typeOfLevel="surface";
|
|
|
|
constant levelType="surface";
|
|
|
|
constant level=0;
|
|
|
|
|
|
|
|
unsigned[1] NB : dump;
|
|
|
|
alias numberOfContributingSpectralBands=NB;
|
|
|
|
|
|
|
|
listOfContributingSpectralBands list(numberOfContributingSpectralBands){
|
|
|
|
unsigned[2] satelliteSeries : dump;
|
|
|
|
unsigned[2] satelliteNumber : dump;
|
|
|
|
unsigned[2] instrumentType : dump;
|
|
|
|
unsigned[1] scaleFactorOfCentralWaveNumber = missing() : dump,can_be_missing ;
|
|
|
|
unsigned[4] scaledValueOfCentralWaveNumber = missing() : dump,can_be_missing ;
|
|
|
|
}
|