mirror of https://github.com/ecmwf/eccodes.git
move block for stepRange in mmsf/fc to top of grib.mmsf.fc.def
This commit is contained in:
parent
3722e3bfa0
commit
b0f949187c
|
@ -1,4 +1,9 @@
|
|||
alias mars.step = endStep;
|
||||
if (levtype is "o2d" || levtype is "o3d") {
|
||||
alias mars.step = stepRange;
|
||||
} else {
|
||||
alias mars.step = endStep;
|
||||
}
|
||||
|
||||
if (class is "od") { alias mars.system = systemNumber; }
|
||||
if (class is "me") { alias mars.system = systemNumber; }
|
||||
if (class is "en") { alias mars.system = systemNumber; }
|
||||
|
@ -18,8 +23,3 @@ if (centre == 80 && subCentre == 98 && class is "c3") {
|
|||
|
||||
if (class is "ci") { unalias mars.method; }
|
||||
|
||||
if (levtype is "o2d" || levtype is "o3d") {
|
||||
alias mars.step = stepRange;
|
||||
} else {
|
||||
alias mars.step = endStep;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue