mirror of https://github.com/ecmwf/eccodes.git
removed mmsf for ecPoint
This commit is contained in:
parent
40c2a8a02e
commit
4ef6b20fec
|
@ -1,24 +0,0 @@
|
|||
#alias mars.step = endStep;
|
||||
|
||||
alias mars.step = stepRange;
|
||||
|
||||
# We need this because 'postProcessing' is defined later
|
||||
meta ecpt_model sprintf("%s", postProcessing) : no_copy;
|
||||
alias mars.model = ecpt_model;
|
||||
|
||||
if (class is "od") { alias mars.system = systemNumber; }
|
||||
if (class is "me") { alias mars.system = systemNumber; }
|
||||
if (class is "en") { alias mars.system = systemNumber; }
|
||||
if (class is "c3") { alias mars.system = systemNumber; }
|
||||
alias mars.number = perturbationNumber;
|
||||
alias mars.method = methodNumber;
|
||||
|
||||
if (!(class is "gw")) { # ECC-1448
|
||||
alias mars.origin = centre;
|
||||
}
|
||||
|
||||
# See ECC-624
|
||||
if (centre == 80 && subCentre == 98 && class is "c3") {
|
||||
constant cnmc_cmcc = 'cmcc';
|
||||
alias mars.origin = cnmc_cmcc;
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
#alias mars.step = endStep;
|
||||
|
||||
alias mars.step = stepRange;
|
||||
|
||||
# We need this because 'postProcessing' is defined later
|
||||
meta ecpt_model sprintf("%s", postProcessing) : no_copy;
|
||||
alias mars.model = ecpt_model;
|
||||
|
||||
if (class is "od") { alias mars.system = systemNumber; }
|
||||
if (class is "me") { alias mars.system = systemNumber; }
|
||||
if (class is "en") { alias mars.system = systemNumber; }
|
||||
if (class is "c3") { alias mars.system = systemNumber; }
|
||||
alias mars.number = perturbationNumber;
|
||||
alias mars.method = methodNumber;
|
||||
|
||||
if (!(class is "gw")) { # ECC-1448
|
||||
alias mars.origin = centre;
|
||||
}
|
||||
|
||||
# See ECC-624
|
||||
if (centre == 80 && subCentre == 98 && class is "c3") {
|
||||
constant cnmc_cmcc = 'cmcc';
|
||||
alias mars.origin = cnmc_cmcc;
|
||||
}
|
|
@ -1,27 +0,0 @@
|
|||
#alias mars.step = endStep;
|
||||
|
||||
alias mars.step = stepRange;
|
||||
|
||||
# We need this because 'postProcessing' is defined later
|
||||
meta ecpt_model sprintf("%s", postProcessing) : no_copy;
|
||||
alias mars.model = ecpt_model;
|
||||
|
||||
meta marsQuantile sprintf("%d:%d",quantileValue,totalNumberOfQuantiles);
|
||||
alias mars.quantile = marsQuantile;
|
||||
|
||||
if (class is "od") { alias mars.system = systemNumber; }
|
||||
if (class is "me") { alias mars.system = systemNumber; }
|
||||
if (class is "en") { alias mars.system = systemNumber; }
|
||||
if (class is "c3") { alias mars.system = systemNumber; }
|
||||
alias mars.number = perturbationNumber;
|
||||
alias mars.method = methodNumber;
|
||||
|
||||
if (!(class is "gw")) { # ECC-1448
|
||||
alias mars.origin = centre;
|
||||
}
|
||||
|
||||
# See ECC-624
|
||||
if (centre == 80 && subCentre == 98 && class is "c3") {
|
||||
constant cnmc_cmcc = 'cmcc';
|
||||
alias mars.origin = cnmc_cmcc;
|
||||
}
|
Loading…
Reference in New Issue