mirror of https://github.com/ecmwf/eccodes.git
ECC-1796: mars step aliased to stepRange for all datasets except climate-dt where step is not used.
This commit is contained in:
parent
49c4ca3cbf
commit
698d811776
|
@ -7,3 +7,8 @@ concept destineOrigin(unknown, "destineOriginConcept.def", conceptsDir2, concept
|
|||
|
||||
# ECC-1794: DestinE data does not have the domain key
|
||||
unalias mars.domain;
|
||||
|
||||
# ECC-1796: stepRange indexing for DestinE ExtremesDT and On-Demand ExtremesDT data
|
||||
if (!(dataset is "climate-dt")) {
|
||||
alias mars.step=stepRange;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue