ECC-1796: mars step aliased to stepRange for all datasets except climate-dt where step is not used.

This commit is contained in:
Matthew Griffith 2024-04-05 10:31:43 +00:00
parent 49c4ca3cbf
commit 698d811776
1 changed files with 5 additions and 0 deletions

View File

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