mirror of https://github.com/ecmwf/eccodes.git
adding a switch to stepRange instead of step for levtypes o2d and o3d for mmsf/fc
This commit is contained in:
parent
dda8471d83
commit
3722e3bfa0
|
@ -17,3 +17,9 @@ 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