move block for stepRange in mmsf/fc to top of grib.mmsf.fc.def

This commit is contained in:
Sebastien Villaume 2024-02-19 10:48:31 +00:00
parent 3722e3bfa0
commit b0f949187c
1 changed files with 6 additions and 6 deletions

View File

@ -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;
}