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

26 lines
805 B
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
2023-08-16 14:03:40 +00:00
# Type of ensemble forecast
2013-03-25 12:04:10 +00:00
codetable[1] typeOfEnsembleForecast ('4.6.table',masterDir,localDir) = 255 : dump;
2023-08-16 14:03:40 +00:00
# Perturbation number
2013-03-25 12:04:10 +00:00
unsigned[1] perturbationNumber : dump;
alias number=perturbationNumber;
2023-08-16 14:03:40 +00:00
# Number of forecasts in ensemble
2013-03-25 12:04:10 +00:00
unsigned[1] numberOfForecastsInEnsemble : dump;
alias totalNumber=numberOfForecastsInEnsemble;
2023-08-16 14:03:40 +00:00
# Rules for TIGGE, S2S, UERRA and CRRA
if (productionStatusOfProcessedData == 4 ||
productionStatusOfProcessedData == 5 ||
productionStatusOfProcessedData == 6 ||
productionStatusOfProcessedData == 7 ||
productionStatusOfProcessedData == 8 ||
productionStatusOfProcessedData == 9 ||
productionStatusOfProcessedData == 10||
productionStatusOfProcessedData == 11)
{
2013-03-25 12:04:10 +00:00
alias mars.number=perturbationNumber;
}