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
|
2013-12-13 21:06:08 +00:00
|
|
|
if (productionStatusOfProcessedData == 4 ||
|
|
|
|
productionStatusOfProcessedData == 5 ||
|
|
|
|
productionStatusOfProcessedData == 6 ||
|
2016-06-09 17:18:36 +00:00
|
|
|
productionStatusOfProcessedData == 7 ||
|
|
|
|
productionStatusOfProcessedData == 8 ||
|
2019-11-21 13:14:12 +00:00
|
|
|
productionStatusOfProcessedData == 9 ||
|
|
|
|
productionStatusOfProcessedData == 10||
|
|
|
|
productionStatusOfProcessedData == 11)
|
2013-12-13 21:06:08 +00:00
|
|
|
{
|
2013-03-25 12:04:10 +00:00
|
|
|
alias mars.number=perturbationNumber;
|
|
|
|
}
|