2024-10-14 11:42:40 +00:00
|
|
|
if ((stream is "eehs" or stream is "efhs" or stream is "wees" or stream is "wehs") and (type is "cd")) {
|
|
|
|
if (edition == 1) {
|
|
|
|
# defined in local section 19
|
|
|
|
alias mars.quantile = quantile;
|
|
|
|
} else {
|
|
|
|
meta marsQuantile sprintf("%d:%d",quantileValue,totalNumberOfQuantiles);
|
|
|
|
alias mars.quantile = marsQuantile;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (edition == 1) {
|
|
|
|
meta marsQuantile sprintf("%d:%d",perturbationNumber,numberOfForecastsInEnsemble);
|
|
|
|
alias mars.quantile = marsQuantile;
|
|
|
|
} else {
|
|
|
|
meta marsQuantile sprintf("%d:%d",quantileValue,totalNumberOfQuantiles);
|
|
|
|
alias mars.quantile = marsQuantile;
|
|
|
|
}
|
2024-10-14 11:16:24 +00:00
|
|
|
}
|